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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 蠇樒粟k | 11111011101000011001111011100111100010001011111001101011 | fba19ee788be6b |
EUC-JP | ?樒粟k | 001111111101110011101001101100001100000001101011 | 3fdce9b0c06b |
UTF-8 | 蠇樒粟k | 11101000101000001000011111100110101010001001001011100111101100101001111101101011 | e8a087e6a892e7b29f6b |
UHC | ??粟k | 0011111100111111111000011101100001101011 | 3f3fe1d86b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)