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 | ?楡??楡燧\ | 00111111100111101011111000111111001111111001111010111110111000001001110001011100 | 3f9ebe3f3f9ebee09c5c |
EUC-JP | ?楡??楡燧\ | 00111111110111001100000000111111001111111101110011000000110111111111110001011100 | 3fdcc03f3fdcc0dffc5c |
UTF-8 | 챦楡쩔챦楡燧\ | 11101100101100011010011011100110101001011010000111101100101010011001010011101100101100011010011011100110101001011010000111100111100001111010011101011100 | ecb1a6e6a5a1eca994ecb1a6e6a5a1e787a75c |
UHC | 챦楡쩔챦楡燧\ | 11000011101011111110101011111000110000101011111111000011101011111110101011111000111000101010110001011100 | c3afeaf8c2bfc3afeaf8e2ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)