To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???悠? | 001111110011111100111111100101110100100100111111 | 3f3f3f97493f |
EUC-JP | ???悠? | 001111110011111100111111110011011010101000111111 | 3f3f3fcdaa3f |
UTF-8 | 麗멥굥悠됮 | 111011111010011010001000111010111010100110100101111010101011010110100101111001101000001010100000111010111001000010101110 | efa688eba9a5eab5a5e682a0eb90ae |
UHC | 麗멥굥悠됮 | 11100110101100001011100011100011100000101000101111101010111011011000100111101001 | e6b0b8e3828beaed89e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)