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 | 凹??腋 | 100010011001101000111111001111111110001111111100 | 899a3f3fe3fc |
EUC-JP | 凹??腋 | 101100011111101000111111001111111110011011111110 | b1fa3f3fe6fe |
UTF-8 | 凹븃쎗腋 | 111001011000011110111001111010111011100010000011111011001000111010010111111010001000010110001011 | e587b9ebb883ec8e97e8858b |
UHC | 凹븃쎗腋 | 1110100011101010101110101110100010011011101111101110010011111101 | e8eabae89bbee4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)