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 | ???乘 | 0011111100111111001111111001100010101001 | 3f3f3f98a9 |
EUC-JP | ???乘 | 0011111100111111001111111101000010101011 | 3f3f3fd0ab |
UTF-8 | 뤋낵퀛乘 | 111010111010010010001011111010111000001010110101111011011000000010011011111001001011100110011000 | eba48beb82b5ed809be4b998 |
UHC | 뤋낵퀛乘 | 1000111110111011101100111011110010110011100011111110001110101011 | 8fbbb3bcb38fe3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)