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 | ?d?? | 00111111011001000011111100111111 | 3f643f3f |
SJIS-WIN | 涌d涌顫 | 10010111010011110110010010010111010011111110100011111010 | 974f64974fe8fa |
EUC-JP | 涌d涌顫 | 11001101101100000110010011001101101100001111000011111100 | cdb064cdb0f0fc |
UTF-8 | 涌d涌顫 | 11100110101101101000110001100100111001101011011010001100111010011010000110101011 | e6b68c64e6b68ce9a1ab |
UHC | 涌d涌顫 | 11101001101111110110010011101001101111111110111110110101 | e9bf64e9bfefb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)