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 | 烝?矣冪?? | 111000000111111000111111111000011110000110011001011100000011111100111111 | e07e3fe1e199703f3f |
EUC-JP | 烝?矣冪?? | 110111111101111100111111111000101110001111010001110100010011111100111111 | dfdf3fe2e3d1d13f3f |
UTF-8 | 烝렚矣冪렰렫 | 111001111000001110011101111010111010000010011010111001111001111110100011111001011000011010101010111010111010000010110000111010111010000010101011 | e7839deba09ae79fa3e586aaeba0b0eba0ab |
UHC | 烝렚矣冪렰렫 | 111100011111011010001110101011011110101111111000110110001111000110001110101111011000111010111001 | f1f68eadebf8d8f18ebd8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)