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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛾??衍 | 100010011110100100111111001111111001111110100101 | 89e93f3f9fa5 |
EUC-JP | 蛾??衍 | 101100101110101100111111001111111101111010100111 | b2eb3f3fdea7 |
UTF-8 | 蛾룍뢔衍 | 111010001001101110111110111010111010001110001101111010111010001010010100111010001010000110001101 | e89bbeeba38deba294e8a18d |
UHC | 蛾룍뢔衍 | 1110010010110110100011111000101110001111010011111110011011100010 | e4b68f8b8f4fe6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)