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 | 藏?箏 | 1110010101010101001111111110001010110101 | e5553fe2b5 |
EUC-JP | 藏?箏 | 1110100110110110001111111110010010110111 | e9b63fe4b7 |
UTF-8 | 藏렩箏 | 111010001001011110001111111010111010000010101001111001111010111010001111 | e8978feba0a9e7ae8f |
UHC | 藏렩箏 | 111011011111101010001110101101111110111010110100 | edfa8eb7eeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)