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 | 帝???爾 | 10010010111010010011111100111111001111111000111010100010 | 92e93f3f3f8ea2 |
EUC-JP | 帝?雩?爾 | 110001001110101100111111100011111110011011111010001111111011110010100100 | c4eb3f8fe6fa3fbca4 |
UTF-8 | 帝렑雩렮爾 | 111001011011100010011101111010111010000010010001111010011001101110101001111010111010000010101110111001111000100010111110 | e5b89deba091e99ba9eba0aee788be |
UHC | 帝렑雩렮爾 | 11110000101010001000111010100110111010011110110010001110101110111110110010110011 | f0a88ea6e9ec8ebbecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)