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 | 智?艤?兪 | 1001001001110001001111111110010001111110001111111001100101100000 | 92713fe47e3f9960 |
EUC-JP | 智?艤?兪 | 1100001111010010001111111110011111011111001111111101000111000001 | c3d23fe7df3fd1c1 |
UTF-8 | 智렱艤렜兪 | 111001101001100110111010111010111010000010110001111010001000100110100100111010111010000010011100111001011000010110101010 | e699baeba0b1e889a4eba09ce585aa |
UHC | 智렱艤렜兪 | 11110010101010101000111010111110111010111111101010001110101011101110101011100100 | f2aa8ebeebfa8eaeeae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)