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 | 余???ュ? | 1001011101011101001111110011111100111111100000111000010100111111 | 975d3f3f3f83853f |
EUC-JP | 余??嫄ュ? | 11001101101111100011111100111111100011111011101010100001101001011110010100111111 | cdbe3f3f8fbaa1a5e53f |
UTF-8 | 余쒕베嫄ュ푻 | 111001001011110110011001111011001001001010010101111010111011001010100000111001011010101110000100111000111000001110100101111011011001000110111011 | e4bd99ec9295ebb2a0e5ab84e383a5ed91bb |
UHC | 余쒕베嫄ュ푻 | 111001011111100110011100111010111011101010100011111010101011000110101011111001011011111010000111 | e5f99cebbaa3eab1abe5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)