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 | 莇喝 萬 | 1110010010110100100010101000010110000001010000001110010011011101 | e4b48a858140e4dd |
EUC-JP | 莇喝 萬 | 1110100010110110101100111110010110100001101000011110100011011111 | e8b6b3e5a1a1e8df |
UTF-8 | 莇喝 萬 | 111010001000111010000111111001011001011010011101111000111000000010000000111010001001000010101100 | e88e87e5969de38080e890ac |
UHC | ?喝 萬 | 00111111110010101110001010100001101000011101100010111111 | 3fcae2a1a1d8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)