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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈬溽洸鉅・ | 111001111110001110011111111001111001111110101001111001111110100010100101 | e7e39fe79fa9e7e8a5 |
EUC-JP | 鈬溽洸鉅・ | 11101110111001011101111011101001110111101010101111101110111010101000111010100101 | eee5dee9deabeeea8ea5 |
UTF-8 | 鈬溽洸鉅・ | 111010011000100010101100111001101011101010111101111001101011010010111000111010011000100110000101111011111011110110100101 | e988ace6babde6b4b8e98985efbda5 |
UHC | ??洸鉅? | 00111111001111111100111011001000110010111110100100111111 | 3f3fcec8cbe93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)