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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ?????㎝E | 0011111100111111001111110011111100111111100001110111000001000101 | 3f3f3f3f3f877045 |
EUC-JP | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
UTF-8 | 李쏀슗李쎌㎝E | 11101111101001111010000111101100100011111000000011101100100010101001011111101111101001111010000111101100100011101000110011100011100011101001110101000101 | efa7a1ec8f80ec8a97efa7a1ec8e8ce38e9d45 |
UHC | 李쏀슗李쎌㎝E | 11101100101100001011110111101101100110101010011011101100101100001011110111101100101001111010111101000101 | ecb0bded9aa6ecb0bdeca7af45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)