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 | 諱咎オ截 | 11100110100000011001100111101001101101011001110101000010 | e68199e9b59d42 |
EUC-JP | 諱咎オ截 | 1110101111100001110100101110101110001110101101011101100110100011 | ebe1d2eb8eb5d9a3 |
UTF-8 | 諱咎オ截 | 111010001010101110110001111001011001001010001110111011111011110110110101111001101000100010101010 | e8abb1e5928eefbdb5e688aa |
UHC | 諱咎?截 | 11111101110010011100111110100100001111111110111110111000 | fdc9cfa43fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)