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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬣緋ソォ | 111010011010010110010100111010101011111110101011 | e9a594eabfab |
EUC-JP | 鬣緋ソォ | 1111001010100111110010001110110010001110101111111000111010101011 | f2a7c8ec8ebf8eab |
UTF-8 | 鬣緋ソォ | 111010011010110010100011111001111011011110001011111011111011110110111111111011111011110110101011 | e9aca3e7b78befbdbfefbdab |
UHC | ?緋?? | 0011111111011101111111000011111100111111 | 3fddfc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)