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 | ??m??m^ | 00111111001111110110110100111111001111110110110101011110 | 3f3f6d3f3f6d5e |
SJIS-WIN | 嘆鱈m嘆鱈m^ | 1001001001010001100100100100110001101101100100100101000110010010010011000110110101011110 | 9251924c6d9251924c6d5e |
EUC-JP | 嘆鱈m嘆鱈m^ | 1100001110110010110000111010110101101101110000111011001011000011101011010110110101011110 | c3b2c3ad6dc3b2c3ad6d5e |
UTF-8 | 嘆鱈m嘆鱈m^ | 111001011001100010000110111010011011000110001000011011011110010110011000100001101110100110110001100010000110110101011110 | e59886e9b1886de59886e9b1886d5e |
UHC | 嘆?m嘆?m^ | 111101111010001100111111011011011111011110100011001111110110110101011110 | f7a33f6df7a33f6d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)