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 | ???^Q] | 001111110011111100111111010111100101000101011101 | 3f3f3f5e515d |
SJIS-WIN | ???^Q] | 001111110011111100111111010111100101000101011101 | 3f3f3f5e515d |
EUC-JP | ???^Q] | 001111110011111100111111010111100101000101011101 | 3f3f3f5e515d |
UTF-8 | 렱렚샬^Q] | 111010111010000010110001111010111010000010011010111011001000001110101100010111100101000101011101 | eba0b1eba09aec83ac5e515d |
UHC | 렱렚샬^Q] | 100011101011111010001110101011011011110010100011010111100101000101011101 | 8ebe8eadbca35e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)