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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 第???^ | 100100011110011000111111001111110011111101011110 | 91e63f3f3f5e |
EUC-JP | 第???^ | 110000101110100000111111001111110011111101011110 | c2e83f3f3f5e |
UTF-8 | 第얹렰렞^ | 11100111101011001010110011101100100101101011100111101011101000001011000011101011101000001001111001011110 | e7acacec96b9eba0b0eba09e5e |
UHC | 第얹렰렞^ | 111100001010111110111110111100011000111010111101100011101010111101011110 | f0afbef18ebd8eaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)