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 | 額??楷▼ | 1000101001111010001111110011111110011110101100101000000110100101 | 8a7a3f3f9eb281a5 |
EUC-JP | 額??楷▼ | 1011001111011011001111110011111111011100101101001010001010100111 | b3db3f3fdcb4a2a7 |
UTF-8 | 額딆빢楷▼ | 111010011010000110001101111010111001010010000110111010111011100110100010111001101010010110110111111000101001011010111100 | e9a18deb9486ebb9a2e6a5b7e296bc |
UHC | 額딆빢楷▼ | 11100100111111101000101011101100100101011011111011111010101011001010000111100101 | e4fe8aec95befaaca1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)