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 | 鳥?爾?梓 | 1001001010111001001111111000111010100010001111111000100010110010 | 92b93f8ea23f88b2 |
EUC-JP | 鳥?爾?梓 | 1100010010111011001111111011110010100100001111111011000010110100 | c4bb3fbca43fb0b4 |
UTF-8 | 鳥렫爾잴梓 | 111010011011001110100101111010111010000010101011111001111000100010111110111011001001111010110100111001101010001010010011 | e9b3a5eba0abe788beec9eb4e6a293 |
UHC | 鳥렫爾잴梓 | 11110000111010001000111010111001111011001011001111000000111010101110111010101001 | f0e88eb9ecb3c0eaeea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)