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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 轌恊繻 | 111001110111100110011100100100001110001110001100 | e7799c90e38c |
EUC-JP | 轌恊繻 | 111011011101101011010111111100001110010111101100 | eddad7f0e5ec |
UTF-8 | 轌恊繻 | 111010001011110110001100111001101000000110001010111001111011100110111011 | e8bd8ce6818ae7b9bb |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)