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 | ???憺 | 0011111100111111001111111001110011101001 | 3f3f3f9ce9 |
EUC-JP | ???憺 | 0011111100111111001111111101100011101011 | 3f3f3fd8eb |
UTF-8 | 랖랖뤊憺 | 111010111001111010010110111010111001111010010110111010111010010010001010111001101000011010111010 | eb9e96eb9e96eba48ae686ba |
UHC | 랖랖뤊憺 | 1011011011111101101101101111110110001111101110101101001110111100 | b6fdb6fd8fbad3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)