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 | ???幸 | 0011111100111111001111111000110101001011 | 3f3f3f8d4b |
EUC-JP | ???幸 | 0011111100111111001111111011100110101100 | 3f3f3fb9ac |
UTF-8 | 럦붔꽞幸 | 111010111001111110100110111010111011011010010100111010101011110110011110111001011011100110111000 | eb9fa6ebb694eabd9ee5b9b8 |
UHC | 럦붔꽞幸 | 1000111010001001100101001100100010000100101010111111101010111001 | 8e8994c884abfab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)