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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ’?嵩存ギB | 10000001011001100011111110010000100100111001000110110110100000110100110101000010 | 81663f909391b6834d42 |
EUC-JP | ’?嵩存ギB | 10100001110001110011111110111111111100111100001010111000101001011010111001000010 | a1c73fbff3c2b8a5ae42 |
UTF-8 | ’룶嵩存ギB | 11100010100000001001100111101011101000111011011011100101101101011010100111100101101011011001100011100011100000101010111001000010 | e28099eba3b6e5b5a9e5ad98e382ae42 |
UHC | ’룶嵩存ギB | 1010000110101111100011111010101111100011101000011111000011101101101010111010111001000010 | a1af8fabe3a1f0edabae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)