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 | 程?雋??貞 | 100100101111011000111111111010001011001000111111001111111001001011100101 | 92f63fe8b23f3f92e5 |
EUC-JP | 程?雋??貞 | 110001001111100000111111111100001011010000111111001111111100010011100111 | c4f83ff0b43f3fc4e7 |
UTF-8 | 程렣雋재밞貞 | 111001111010100010001011111010111010000010100011111010011001101110001011111011001001111010101100111010111011000010011110111010001011001010011110 | e7a88beba0a3e99b8bec9eacebb09ee8b29e |
UHC | 程렣雋재밞貞 | 111011111110111110001110101101001111000111100110110000001110011110111001111000011110111111110110 | efef8eb4f1e6c0e7b9e1eff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)