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|Aþ | 10010010010000100111110010010010010000011001000111111110 | 92427c924191fe |
SJIS-WIN | ?B|?A?? | 00111111010000100111110000111111010000010011111100111111 | 3f427c3f413f3f |
EUC-JP | ?B|?A?þ | 001111110100001001111100001111110100000100111111100011111010100111010000 | 3f427c3f413f8fa9d0 |
UTF-8 | B|Aþ | 1100001010010010010000100111110011000010100100100100000111000010100100011100001110111110 | c292427cc29241c291c3be |
UHC | ?B|?A?þ | 0011111101000010011111000011111101000001001111111010100110101101 | 3f427c3f413fa9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)