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© | 1001001001000010100100011011011110010010010000011001000110101001 | 924291b7924191a9 |
SJIS-WIN | ?B???A?? | 0011111101000010001111110011111100111111010000010011111100111111 | 3f423f3f3f413f3f |
EUC-JP | ?B???A?© | 00111111010000100011111100111111001111110100000100111111100011111010001011101101 | 3f423f3f3f413f8fa2ed |
UTF-8 | B·A© | 1100001010010010010000101100001010010001110000101011011111000010100100100100000111000010100100011100001010101001 | c29242c291c2b7c29241c291c2a9 |
UHC | ?B?·?A?? | 001111110100001000111111101000011010010000111111010000010011111100111111 | 3f423fa1a43f413f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)