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 | 裄誤骨籬 | 1110010111100000100011001110101110001101100111001110001011011111 | e5e08ceb8d9ce2df |
EUC-JP | 裄誤骨籬 | 1110101011100010101110001110110110111001111111001110010011100001 | eae2b8edb9fce4e1 |
UTF-8 | 裄誤骨籬 | 111010001010001110000100111010001010101010100100111010011010101010101000111001111011000110101100 | e8a384e8aaa4e9aaa8e7b1ac |
UHC | ?誤骨籬 | 00111111111010001010011011001101111010011101011111100110 | 3fe8a6cde9d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)