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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遺??腋 | 100010001110001000111111001111111110001111111100 | 88e23f3fe3fc |
EUC-JP | 遺??腋 | 101100001110010000111111001111111110011011111110 | b0e43f3fe6fe |
UTF-8 | 遺ㅷ릟腋 | 111010011000000110111010111000111000010110110111111010111010011010011111111010001000010110001011 | e981bae385b7eba69fe8858b |
UHC | 遺ㅷ릟腋 | 1110101110110110101001001110011110010000100000011110010011111101 | ebb6a4e79081e4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)