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 | ?ョ?傭?? | 0011111110000011100001110011111110010111011000100011111100111111 | 3f83873f97623f3f |
EUC-JP | 邕ョ?傭?? | 10001111111000011110110110100101111001110011111111001101110000110011111100111111 | 8fe1eda5e73fcdc33f3f |
UTF-8 | 邕ョ쯃傭삭틯 | 111010011000001010010101111000111000001110100111111011001010111110000011111001011000001010101101111011001000001010101101111011011000101110101111 | e98295e383a7ecaf83e582adec82aded8baf |
UHC | 邕ョ쯃傭삭틯 | 111010001011101110101011111001111010100010011111111010011011011010111011111010001011101010011001 | e8bbabe7a89fe9b6bbe8ba99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)