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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ?楡??楡勝\ | 00111111100111101011111000111111001111111001111010111110100011111001111101011100 | 3f9ebe3f3f9ebe8f9f5c |
EUC-JP | ?楡??楡勝\ | 00111111110111001100000000111111001111111101110011000000101111101010000101011100 | 3fdcc03f3fdcc0bea15c |
UTF-8 | 챦楡쩔챦楡勝\ | 11101100101100011010011011100110101001011010000111101100101010011001010011101100101100011010011011100110101001011010000111100101100010111001110101011100 | ecb1a6e6a5a1eca994ecb1a6e6a5a1e58b9d5c |
UHC | 챦楡쩔챦楡勝\ | 11000011101011111110101011111000110000101011111111000011101011111110101011111000111000111010110101011100 | c3afeaf8c2bfc3afeaf8e3ad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)