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 | Û¢î¼ | 11011011101000101110111010111100 | dba2eebc |
SJIS-WIN | ?¢?? | 0011111110000001100100010011111100111111 | 3f81913f3f |
EUC-JP | Û¢î? | 100011111010101011100101101000011111000110001111101010111100001000111111 | 8faae5a1f18fabc23f |
UTF-8 | Û¢î¼ | 1100001110011011110000101010001011000011101011101100001010111100 | c39bc2a2c3aec2bc |
UHC | ???¼ | 0011111100111111001111111010100011111001 | 3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)