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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蘓漏蘓漏B | 111001010101111010011000010100101110010101011110100110000101001001000010 | e55e9852e55e985242 |
EUC-JP | 蘓漏蘓漏B | 111010011011111111001111101100111110100110111111110011111011001101000010 | e9bfcfb3e9bfcfb342 |
UTF-8 | 蘓漏蘓漏B | 11101000100110001001001111100110101111001000111111101000100110001001001111100110101111001000111101000010 | e89893e6bc8fe89893e6bc8f42 |
UHC | ?漏?漏B | 00111111110101111010100100111111110101111010100101000010 | 3fd7a93fd7a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)