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 | 逕櫁桃 | 111001111001010010011110111010001001001110001101 | e7949ee8938d |
EUC-JP | 逕櫁桃 | 111011011111010011011100111010101100010111101101 | edf4dceac5ed |
UTF-8 | 逕櫁桃 | 111010011000000010010101111001101010101110000001111001101010000110000011 | e98095e6ab81e6a183 |
UHC | 逕?桃 | 1100110011101111001111111101001111111110 | ccef3fd3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)