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 | 涯??俑 | 100010100101010100111111001111111001100011011010 | 8a553f3f98da |
EUC-JP | 涯??俑 | 101100111011011000111111001111111101000011011100 | b3b63f3fd0dc |
UTF-8 | 涯쇠략俑 | 111001101011011010101111111011001000011110100000111010111001111010110101111001001011111110010001 | e6b6afec87a0eb9eb5e4bf91 |
UHC | 涯쇠략俑 | 1110010011110011101111001110100010110111101010111110100110110101 | e4f3bce8b7abe9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)