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 | 鶯??倚?? | 1110100111110010001111110011111110011000110111110011111100111111 | e9f23f3f98df3f3f |
EUC-JP | 鶯??倚?? | 1111001011110100001111110011111111010000111000010011111100111111 | f2f43f3fd0e13f3f |
UTF-8 | 鶯끹끇倚싮뇳 | 111010011011011010101111111010111000000110111001111010111000000110000111111001011000000010011010111011001000101110101110111010111000011110110011 | e9b6afeb81b9eb8187e5809aec8baeeb87b3 |
UHC | 鶯끹끇倚싮뇳 | 111001011010001110000101111000111000010110111011111010111110111110011010111010011000011110010111 | e5a385e385bbebef9ae98797 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)