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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 顆リム顆リム^ | 111010001111011111011000110100011110100011110111110110001101000101011110 | e8f7d8d1e8f7d8d15e |
EUC-JP | 顆リム顆リム^ | 11110000111110011000111011011000100011101101000111110000111110011000111011011000100011101101000101011110 | f0f98ed88ed1f0f98ed88ed15e |
UTF-8 | 顆リム顆リム^ | 11101001101000011000011011101111101111101001100011101111101111101001000111101001101000011000011011101111101111101001100011101111101111101001000101011110 | e9a186efbe98efbe91e9a186efbe98efbe915e |
UHC | 顆??顆??^ | 110011101010100000111111001111111100111010101000001111110011111101011110 | cea83f3fcea83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)