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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 湛谷H | 1001001001011000100100100100101001001000 | 9258924a48 |
EUC-JP | 湛谷H | 1100001110111001110000111010101101001000 | c3b9c3ab48 |
UTF-8 | 湛谷H | 11100110101110011001101111101000101100001011011101001000 | e6b99be8b0b748 |
UHC | 湛谷H | 1101001111000000110011011101101101001000 | d3c0cddb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)