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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??除?? | 001111110011111110001111100111000011111100111111 | 3f3f8f9c3f3f |
EUC-JP | ??除?? | 001111110011111110111101111111000011111100111111 | 3f3fbdfc3f3f |
UTF-8 | 罹렧除흘렮 | 111011111010011110100110111010111010000010100111111010011001100110100100111011011001110110011000111010111010000010101110 | efa7a6eba0a7e999a4ed9d98eba0ae |
UHC | 罹렧除흘렮 | 11101100101110101000111010110110111100001011011011001000111010101000111010111011 | ecba8eb6f0b6c8ea8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)