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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 齊????B | 11101010100011100011111100111111001111110011111101000010 | ea8e3f3f3f3f42 |
EUC-JP | 齊??嫄?B | 111100111110111000111111001111111000111110111010101000010011111101000010 | f3ee3f3f8fbaa13f42 |
UTF-8 | 齊잤강嫄렜B | 11101001101111011000101011101100100111101010010011101010101100001001010111100101101010111000010011101011101000001001110001000010 | e9bd8aec9ea4eab095e5ab84eba09c42 |
UHC | 齊잤강嫄렜B | 1111000010111010110000001110010010110000101011011110101010110001100011101010111001000010 | f0bac0e4b0adeab18eae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)