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 | UBUBB | 100100100101010110010010010000101001001001010101100100100100001001000010 | 925592429255924242 |
SJIS-WIN | ?U?B?U?BB | 001111110101010100111111010000100011111101010101001111110100001001000010 | 3f553f423f553f4242 |
EUC-JP | ?U?B?U?BB | 001111110101010100111111010000100011111101010101001111110100001001000010 | 3f553f423f553f4242 |
UTF-8 | UBUBB | 11000010100100100101010111000010100100100100001011000010100100100101010111000010100100100100001001000010 | c29255c29242c29255c2924242 |
UHC | ?U?B?U?BB | 001111110101010100111111010000100011111101010101001111110100001001000010 | 3f553f423f553f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)