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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯????? | 10011010111000010011111100111111001111110011111100111111 | 9ae13f3f3f3f3f |
EUC-JP | 壯??髥?? | 110101001110001100111111001111111000111111101001111100000011111100111111 | d4e33f3f8fe9f03f3f |
UTF-8 | 壯쀮굮髥곩괌 | 111001011010001110101111111011001000000010101110111010101011010110101110111010011010101110100101111010101011001110101001111010101011010010001100 | e5a3afec80aeeab5aee9aba5eab3a9eab48c |
UHC | 壯쀮굮髥곩괌 | 111011011110000010010111111011101000001010010010111001111010001110000001111001011011000110100001 | ede097ee8292e7a381e5b1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)