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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ???搖??] | 0011111100111111001111111001110110001010001111110011111101011101 | 3f3f3f9d8a3f3f5d |
EUC-JP | 縕??搖??] | 10001111110101001100001000111111001111111101100111101010001111110011111101011101 | 8fd4c23f3fd9ea3f3f5d |
UTF-8 | 縕뷂슉搖좑슁] | 11100111101110001001010111101011101101111000001011101100100010101000100111100110100100001001011011101100101000101001000111101100100010101000000101011101 | e7b895ebb782ec8a89e69096eca291ec8a815d |
UHC | 縕뷂슉搖좑슁] | 11101000101100101001010011101111101111011011010111101000111101001010000011101111101111011011001101011101 | e8b294efbdb5e8f4a0efbdb35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)