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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 昻?????野 | 111110101101000000111111001111110011111100111111001111111001011011101100 | fad03f3f3f3f3f96ec |
EUC-JP | ??????野 | 0011111100111111001111110011111100111111001111111100110011101110 | 3f3f3f3f3f3fccee |
UTF-8 | 昻뽩뀬溜⑸젾野 | 111001101001100010111011111010111011110110101001111010111000000010101100111011111010011110001011111000101001000110111000111011001010000010111110111010011000011110001110 | e698bbebbda9eb80acefa78be291b8eca0bee9878e |
UHC | 昻뽩뀬溜⑸젾野 | 1110010011101001100101101110010110000101101000101110101011111110101010011110101110100000101100001110010110101111 | e4e996e585a2eafea9eba0b0e5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)