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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 룶쥚⒟룶쨵㈒ | 111010111010001110110110111011001010010110011010111000101001001010011111111010111010001110110110111011001010100010110101111000111000100010010010 | eba3b6eca59ae2929feba3b6eca8b5e38892 |
UHC | 룶쥚⒟룶쨵㈒ | 100011111010101110100010100011111010100111010000100011111010101110100100100011111010100111000011 | 8faba28fa9d08faba48fa9c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)