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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 容??容??^ | 100101110110010100111111001111111001011101100101001111110011111101011110 | 97653f3f97653f3f5e |
EUC-JP | 容??容??^ | 110011011100011000111111001111111100110111000110001111110011111101011110 | cdc63f3fcdc63f3f5e |
UTF-8 | 容띶썧容띶썧^ | 11100101101011101011100111101011100111011011011011101100100011011010011111100101101011101011100111101011100111011011011011101100100011011010011101011110 | e5aeb9eb9db6ec8da7e5aeb9eb9db6ec8da75e |
UHC | 容띶썧容띶썧^ | 11101001101110111000110111100101100110111001101011101001101110111000110111100101100110111001101001011110 | e9bb8de59b9ae9bb8de59b9a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)