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 | 蝴エム餓肇 | 1110010110011010101101001101000110001001111011001001010010100011 | e59ab4d189ec94a3 |
EUC-JP | 蝴エム餓肇 | 11101001111110101000111010110100100011101101000110110010111011101100100010100101 | e9fa8eb48ed1b2eec8a5 |
UTF-8 | 蝴エム餓肇 | 111010001001110110110100111011111011110110110100111011111011111010010001111010011010010010010011111010001000001010000111 | e89db4efbdb4efbe91e9a493e88287 |
UHC | 蝴??餓肇 | 1111101111011101001111110011111111100100101110111111000011011100 | fbdd3f3fe4bbf0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)