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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?秧 | 001111111110001001011110 | 3fe25e |
EUC-JP | ?秧 | 001111111110001110111111 | 3fe3bf |
UTF-8 | 먈秧 | 111010111010100010001000111001111010011110100111 | eba888e7a7a7 |
UHC | 먈秧 | 10111000110100011110010011101011 | b8d1e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)