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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 籥訐壁^ | 11100010110111101110011001011111100101011100011101011110 | e2dee65f95c75e |
EUC-JP | 籥訐壁^ | 11100100111000001110101111000000110010101100100101011110 | e4e0ebc0cac95e |
UTF-8 | 籥訐壁^ | 11100111101100011010010111101000101010001001000011100101101000111000000101011110 | e7b1a5e8a890e5a3815e |
UHC | ??壁^ | 0011111100111111110110111111101001011110 | 3f3fdbfa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)