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 | UBqUBqB | 1001001001010101100100100100001001110001100100100101010110010010010000100111000101000010 | 9255924271925592427142 |
SJIS-WIN | ?U?Bq?U?BqB | 0011111101010101001111110100001001110001001111110101010100111111010000100111000101000010 | 3f553f42713f553f427142 |
EUC-JP | ?U?Bq?U?BqB | 0011111101010101001111110100001001110001001111110101010100111111010000100111000101000010 | 3f553f42713f553f427142 |
UTF-8 | UBqUBqB | 110000101001001001010101110000101001001001000010011100011100001010010010010101011100001010010010010000100111000101000010 | c29255c2924271c29255c292427142 |
UHC | ?U?Bq?U?BqB | 0011111101010101001111110100001001110001001111110101010100111111010000100111000101000010 | 3f553f42713f553f427142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)