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 | 룶끝卽◐룶점 | 111010111010001110110110111010111000000110011101111001011000110110111101111000101001011110010000111010111010001110110110111011001010000010010000 | eba3b6eb819de58dbde29790eba3b6eca090 |
UHC | 룶끝卽◐룶점 | 100011111010101110110011101000011111000111101101101000101100010010001111101010111100000110100001 | 8fabb3a1f1eda2c48fabc1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)