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 | ©£©¢¯ | 101010011010001110101001101011011010001010101111 | a9a3a9ada2af |
SJIS-WIN | ?£??¢? | 0011111110000001100100100011111100111111100000011001000100111111 | 3f81923f3f81913f |
EUC-JP | ©£©?¢¯ | 1000111110100010111011011010000111110010100011111010001011101101001111111010000111110001100011111010001010110100 | 8fa2eda1f28fa2ed3fa1f18fa2b4 |
UTF-8 | ©£©¢¯ | 110000101010100111000010101000111100001010101001110000101010110111000010101000101100001010101111 | c2a9c2a3c2a9c2adc2a2c2af |
UHC | ????? | 00111111001111110011111110100001101010010011111100111111 | 3f3f3fa1a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)