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 | 獄??繹?? | 1000110110010110001111110011111111100011100010000011111100111111 | 8d963f3fe3883f3f |
EUC-JP | 獄??繹?? | 1011100111110110001111110011111111100101111010000011111100111111 | b9f63f3fe5e83f3f |
UTF-8 | 獄ㅵ뛽繹뽭춱 | 111001111000110110000100111000111000010110110101111010111001101110111101111001111011100110111001111010111011110110101101111011001011011010110001 | e78d84e385b5eb9bbde7b9b9ebbdadecb6b1 |
UHC | 獄ㅵ뛽繹뽭춱 | 111010001010101110100100111001011000110110000011111001101011101010010110111010011010110110001101 | e8aba4e58d83e6ba96e9ad8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)