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 | 仰??純?? | 1000101111000010001111110011111110001111100000110011111100111111 | 8bc23f3f8f833f3f |
EUC-JP | 仰??純?? | 1011011011000100001111110011111110111101111000110011111100111111 | b6c43f3fbde33f3f |
UTF-8 | 仰뙁꽟純뗥궎 | 111001001011101110110000111010111001100110000001111010101011110110011111111001111011010010010100111010111001011110100101111010101011011010001110 | e4bbb0eb9981eabd9fe7b494eb97a5eab68e |
UHC | 仰뙁꽟純뗥궎 | 111001001110011010001100100001111000010010101100111000101110110110001011111001011000001010100100 | e4e68c8784ace2ed8be582a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)