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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?蓑堅 | 0011111110010110101010101000110010011000 | 3f96aa8c98 |
EUC-JP | ?蓑堅 | 0011111111001100101011001011011111111000 | 3fccacb7f8 |
UTF-8 | 寮蓑堅 | 111011111010011010111100111010001001001110010001111001011010000010000101 | efa6bce89391e5a085 |
UHC | 寮蓑堅 | 111010001111000011011110111011101100110010110001 | e8f0deeeccb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)