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 | 鮻エ鰌 | 11111100010001011011010011101001110100111111001101001011 | fc45b4e9d3f34b |
EUC-JP | 鮻エ鰌? | 1000111111101010111010101000111010110100111100101101010100111111 | 8feaea8eb4f2d53f |
UTF-8 | 鮻エ鰌 | 111010011010111010111011111011111011110110110100111010011011000010001100111011101000100010111111 | e9aebbefbdb4e9b08cee88bf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)