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 | ?ぜ?佃? | 00111111100000101011101000111111100100101100111100111111 | 3f82ba3f92cf3f |
EUC-JP | ?ぜ?佃? | 00111111101001001011110000111111110001001101000100111111 | 3fa4bc3fc4d13f |
UTF-8 | 뤞ぜ빅佃횓 | 111010111010010010011110111000111000000110011100111010111011100110000101111001001011110110000011111011011001101010010011 | eba49ee3819cebb985e4bd83ed9a93 |
UHC | 뤞ぜ빅佃횓 | 10001111110011011010101010111100101110101111001011101110111011001100001110001110 | 8fcdaabcbaf2eeecc38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)