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 | 鈬溽甥褫 | 1110011111100011100111111110011110001001100110011110010111110011 | e7e39fe78999e5f3 |
EUC-JP | 鈬溽甥褫 | 1110111011100101110111101110100110110001111110011110101011110101 | eee5dee9b1f9eaf5 |
UTF-8 | 鈬溽甥褫 | 111010011000100010101100111001101011101010111101111001111001010010100101111010001010010010101011 | e988ace6babde794a5e8a4ab |
UHC | ??甥? | 0011111100111111110111111110011100111111 | 3f3fdfe73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)