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 | ?ョ?逆?? | 0011111110000011100001110011111110001011011101000011111100111111 | 3f83873f8b743f3f |
EUC-JP | 邕ョ?逆?? | 10001111111000011110110110100101111001110011111110110101110101010011111100111111 | 8fe1eda5e73fb5d53f3f |
UTF-8 | 邕ョ쯃逆곲낡 | 111010011000001010010101111000111000001110100111111011001010111110000011111010011000000010000110111010101011001110110010111010111000001010100001 | e98295e383a7ecaf83e98086eab3b2eb82a1 |
UHC | 邕ョ쯃逆곲낡 | 111010001011101110101011111001111010100010011111111001101011110110000001111010011011001110110000 | e8bbabe7a89fe6bd81e9b3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)