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 | ????ф?衣 | 001111110011111100111111001111111000010010000110001111111000100011011111 | 3f3f3f3f84863f88df |
EUC-JP | ????ф?衣 | 001111110011111100111111001111111010011111100110001111111011000011100001 | 3f3f3f3fa7e63fb0e1 |
UTF-8 | 閭잆룓流ф룚衣 | 1110111110100110100001101110110010011110100001101110101110100011100100111110111110100111100010101101000110000100111010111010001110011010111010001010000110100011 | efa686ec9e86eba393efa78ad184eba39ae8a1a3 |
UHC | 閭잆룓流ф룚衣 | 1110011010101101100111111110001110001111100100001110101011111100101011001110011010001111100101101110101111111101 | e6ad9fe38f90eafcace68f96ebfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)