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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鈬溽洸 | 111001111110001110011111111001111001111110101001 | e7e39fe79fa9 |
EUC-JP | 鈬溽洸 | 111011101110010111011110111010011101111010101011 | eee5dee9deab |
UTF-8 | 鈬溽洸 | 111010011000100010101100111001101011101010111101111001101011010010111000 | e988ace6babde6b4b8 |
UHC | ??洸 | 00111111001111111100111011001000 | 3f3fcec8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)