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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈬溽洸籬 | 1110011111100011100111111110011110011111101010011110001011011111 | e7e39fe79fa9e2df |
EUC-JP | 鈬溽洸籬 | 1110111011100101110111101110100111011110101010111110010011100001 | eee5dee9deabe4e1 |
UTF-8 | 鈬溽洸籬 | 111010011000100010101100111001101011101010111101111001101011010010111000111001111011000110101100 | e988ace6babde6b4b8e7b1ac |
UHC | ??洸籬 | 001111110011111111001110110010001101011111100110 | 3f3fcec8d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)