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 | ニ枻ッ蔡 | 1111001010100110110001101111101011100010101011111110010011101111 | f2a6c6fae2afe4ef |
EUC-JP | ?ニ枻ッ蔡 | 00111111100011101100011010001111110000111011010110001110101011111110100011110001 | 3f8ec68fc3b58eafe8f1 |
UTF-8 | ニ枻ッ蔡 | 111011101000011110011101111011111011111010000110111001101001111010111011111011111011110110101111111010001001010010100001 | ee879defbe86e69ebbefbdafe894a1 |
UHC | ????蔡 | 001111110011111100111111001111111111001111111001 | 3f3f3f3ff3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)