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 | 1110100110100010001111110011111100111111001111110011111101000010 | e9a23f3f3f3f3f42 |
UTF-8 | 蘂뚨뱩溜잙젵B | 11101000100110001000001011101011100110101010100011101011101100011010100111101111101001111000101111101100100111101001100111101100101000001011010101000010 | e89882eb9aa8ebb1a9efa78bec9e99eca0b542 |
UHC | 蘂뚨뱩溜잙젵B | 11100111110111101000110011100111100100111000111111101010111111101001111111101011101000001010100101000010 | e7de8ce7938feafe9feba0a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)