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 | åPàÁo | 1110010101010000111000001100000101101111 | e550e0c16f |
SJIS-WIN | ?P??o | 0011111101010000001111110011111101101111 | 3f503f3f6f |
EUC-JP | åPàÁo | 1000111110101011101010010101000010001111101010111010001010001111101010101010000101101111 | 8faba9508faba28faaa16f |
UTF-8 | åPàÁo | 1100001110100101010100001100001110100000110000111000000101101111 | c3a550c3a0c3816f |
UHC | ?P??o | 0011111101010000001111110011111101101111 | 3f503f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)