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 | 瀛??侍 | 111000000110100100111111001111111000111010011000 | e0693f3f8e98 |
EUC-JP | 瀛??侍 | 110111111100101000111111001111111011101111111000 | dfca3f3fbbf8 |
UTF-8 | 瀛룈뤃侍 | 111001111000000010011011111010111010001110001000111010111010010010000011111001001011111010001101 | e7809beba388eba483e4be8d |
UHC | 瀛룈뤃侍 | 1110011110111010100011111000011110001111101101001110001110110100 | e7ba8f878fb4e3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)