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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 意???粟緩 | 100010001101001100111111001111110011111110001000101111101000101011001001 | 88d33f3f3f88be8ac9 |
EUC-JP | 意???粟緩 | 101100001101010100111111001111110011111110110000110000001011010011001011 | b0d53f3f3fb0c0b4cb |
UTF-8 | 意패렧뤊粟緩 | 111001101000010010001111111011011000110010101000111010111010000010100111111010111010010010001010111001111011001010011111111001111011011110101001 | e6848fed8ca8eba0a7eba48ae7b29fe7b7a9 |
UHC | 意패렧뤊粟緩 | 111010111111001011000110110100001000111010110110100011111011101011100001110110001110100011010000 | ebf2c6d08eb68fbae1d8e8d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)