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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 悉鴈室蓐 | 11110010101011011000111010111011111010011110110010001110101110101110010011101010 | f2ad8ebbe9ec8ebae4ea |
EUC-JP | ?悉鴈室蓐 | 001111111011110010111101111100101110111010111100101111001110100011101100 | 3fbcbdf2eebcbce8ec |
UTF-8 | 悉鴈室蓐 | 111011101000011110100100111001101000001010001001111010011011010010001000111001011010111010100100111010001001001110010000 | ee87a4e68289e9b488e5aea4e89390 |
UHC | ?悉?室? | 00111111111000111111101000111111111000111111100000111111 | 3fe3fa3fe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)