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 | UBM@UBM@B | 10010010010101011001001001000010010011010100000010010010010101011001001001000010010011010100000001000010 | 925592424d40925592424d4042 |
SJIS-WIN | ?U?BM@?U?BM@B | 00111111010101010011111101000010010011010100000000111111010101010011111101000010010011010100000001000010 | 3f553f424d403f553f424d4042 |
EUC-JP | ?U?BM@?U?BM@B | 00111111010101010011111101000010010011010100000000111111010101010011111101000010010011010100000001000010 | 3f553f424d403f553f424d4042 |
UTF-8 | UBM@UBM@B | 1100001010010010010101011100001010010010010000100100110101000000110000101001001001010101110000101001001001000010010011010100000001000010 | c29255c292424d40c29255c292424d4042 |
UHC | ?U?BM@?U?BM@B | 00111111010101010011111101000010010011010100000000111111010101010011111101000010010011010100000001000010 | 3f553f424d403f553f424d4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)