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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 囚?囚?^ | 10001110111110100011111110001110111110100011111101011110 | 8efa3f8efa3f5e |
EUC-JP | 囚?囚?^ | 10111100111111000011111110111100111111000011111101011110 | bcfc3fbcfc3f5e |
UTF-8 | 囚年囚年^ | 11100101100110111001101011101111101001101000111011100101100110111001101011101111101001101000111001011110 | e59b9aefa68ee59b9aefa68e5e |
UHC | 囚年囚年^ | 111000011111011011100110110001001110000111110110111001101100010001011110 | e1f6e6c4e1f6e6c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)