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 | ??T? | 00111111001111110101010000111111 | 3f3f543f |
SJIS-WIN | 郁?T祉 | 100010001110100000111111010101001000111010000011 | 88e83f548e83 |
EUC-JP | 郁?T祉 | 101100001110101000111111010101001011101111100011 | b0ea3f54bbe3 |
UTF-8 | 郁렪T祉 | 11101001100000111000000111101011101000001010101001010100111001111010010110001001 | e98381eba0aa54e7a589 |
UHC | 郁렪T祉 | 11101001111101001000111010111000010101001111001010110011 | e9f48eb854f2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)