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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瓦????? | 10001010101000100011111100111111001111110011111100111111 | 8aa23f3f3f3f3f |
EUC-JP | 瓦?濩??? | 101101001010010000111111100011111100100110100100001111110011111100111111 | b4a43f8fc9a43f3f3f |
UTF-8 | 瓦렧濩띄렎렱 | 111001111001001110100110111010111010000010100111111001101011111110101001111010111001110110000100111010111010000010001110111010111010000010110001 | e793a6eba0a7e6bfa9eb9d84eba08eeba0b1 |
UHC | 瓦렧濩띄렎렱 | 111010001011111110001110101101101111101111001101101101101110011110001110101001001000111010111110 | e8bf8eb6fbcdb6e78ea48ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)