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 | 蛾??? | 1000100111101001001111110011111100111111 | 89e93f3f3f |
EUC-JP | 蛾??? | 1011001011101011001111110011111100111111 | b2eb3f3f3f |
UTF-8 | 蛾룋둌咽 | 111010001001101110111110111010111010001110001011111010111001000110001100111011111010011010011110 | e89bbeeba38beb918cefa69e |
UHC | 蛾룋둌咽 | 1110010010110110100011111000101010001010010010001110011011101100 | e4b68f8a8a48e6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)