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 | 鈬溽洸鉅 | 1110011111100011100111111110011110011111101010011110011111101000 | e7e39fe79fa9e7e8 |
EUC-JP | 鈬溽洸鉅 | 1110111011100101110111101110100111011110101010111110111011101010 | eee5dee9deabeeea |
UTF-8 | 鈬溽洸鉅 | 111010011000100010101100111001101011101010111101111001101011010010111000111010011000100110000101 | e988ace6babde6b4b8e98985 |
UHC | ??洸鉅 | 001111110011111111001110110010001100101111101001 | 3f3fcec8cbe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)