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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蘂?????B | 1110010101000001001111110011111100111111001111110011111101000010 | e5413f3f3f3f3f42 |
EUC-JP | 蘂??蔣??B | 11101001101000100011111100111111100011111101100110110110001111110011111101000010 | e9a23f3f8fd9b63f3f42 |
UTF-8 | 蘂녔삀蔣뚳쉔B | 11101000100110001000001011101011100001011001010011101100100000101000000011101000100101001010001111101011100110101011001111101100100010011001010001000010 | e89882eb8594ec8280e894a3eb9ab3ec899442 |
UHC | 蘂녔삀蔣뚳쉔B | 11100111110111101011001111100110100110001000011111101101111110001000110011101111101111011010100001000010 | e7deb3e69887edf88cefbda842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)