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 | 鶯??茵?? | 1110100111110010001111110011111111100100100111110011111100111111 | e9f23f3fe49f3f3f |
EUC-JP | 鶯??茵?? | 1111001011110100001111110011111111101000101000010011111100111111 | f2f43f3fe8a13f3f |
UTF-8 | 鶯끹끁茵뗧퉯 | 111010011011011010101111111010111000000110111001111010111000000110000001111010001000110010110101111010111001011110100111111011011000100110101111 | e9b6afeb81b9eb8181e88cb5eb97a7ed89af |
UHC | 鶯끹끁茵뗧퉯 | 111001011010001110000101111000111000010110110111111011001110000010001011111001111011100110000111 | e5a385e385b7ece08be7b987 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)