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 | 晤ょ?容?? | 100111011110101110000010111001010011111110010111011001010011111100111111 | 9deb82e53f97653f3f |
EUC-JP | 晤ょ?容?? | 110110101110110110100100111001110011111111001101110001100011111100111111 | daeda4e73fcdc63f3f |
UTF-8 | 晤ょ릡容꾥씕 | 111001101001100110100100111000111000001010000111111010111010011010100001111001011010111010111001111010101011111010100101111011001001010010010101 | e699a4e38287eba6a1e5aeb9eabea5ec9495 |
UHC | 晤ょ릡容꾥씕 | 111001111111101110101010111001111001000010000011111010011011101110000100111010001001110110101010 | e7fbaae79083e9bb84e89daa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)