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å | 100010011001001111100100010100001000000111100101 | 8993e45081e5 |
SJIS-WIN | ???P?? | 001111110011111100111111010100000011111100111111 | 3f3f3f503f3f |
EUC-JP | ??äP?å | 00111111001111111000111110101011101000110101000000111111100011111010101110101001 | 3f3f8faba3503f8faba9 |
UTF-8 | äPå | 1100001010001001110000101001001111000011101001000101000011000010100000011100001110100101 | c289c293c3a450c281c3a5 |
UHC | ???P?? | 001111110011111100111111010100000011111100111111 | 3f3f3f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)