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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?熔晁頁 | 00111111100101110110111110011101111010001001010111000101 | 3f976f9de895c5 |
EUC-JP | ?熔晁頁 | 00111111110011011101000011011010111010101100101011000111 | 3fcdd0daeacac7 |
UTF-8 | 뤚熔晁頁 | 111010111010010010011010111001111000011010010100111001101001100110000001111010011010000010000001 | eba49ae78694e69981e9a081 |
UHC | 뤚熔晁頁 | 1000111111001001111010011100001011110000110001011111101011101101 | 8fc9e9c2f0c5faed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)