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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蟻ъ?B | 100010110110000110000100100011000011111101000010 | 8b61848c3f42 |
EUC-JP | 蟻ъ?B | 101101011100001010100111111011000011111101000010 | b5c2a7ec3f42 |
UTF-8 | 蟻ъ꽍B | 111010001001111110111011110100011000101011101010101111011000110101000010 | e89fbbd18aeabd8d42 |
UHC | 蟻ъ꽍B | 11101011111111001010110011101100100001001001110101000010 | ebfcacec849d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)