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 | 芽寂囹 | 100010011110100010001110111000101001101010011010 | 89e88ee29a9a |
EUC-JP | 芽寂囹 | 101100101110101010111100111001001101001111111010 | b2eabce4d3fa |
UTF-8 | 芽寂囹 | 111010001000101010111101111001011010111110000010111001011001101110111001 | e88abde5af82e59bb9 |
UHC | 芽寂囹 | 111001001011010011101110110101101101011010110111 | e4b4eed6d6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)