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 | BhEBhEB | 100100100100001001101000010001011001001001000010011010000100010101000010 | 924268459242684542 |
SJIS-WIN | ?BhE?BhEB | 001111110100001001101000010001010011111101000010011010000100010101000010 | 3f4268453f42684542 |
EUC-JP | ?BhE?BhEB | 001111110100001001101000010001010011111101000010011010000100010101000010 | 3f4268453f42684542 |
UTF-8 | BhEBhEB | 1100001010010010010000100110100001000101110000101001001001000010011010000100010101000010 | c292426845c29242684542 |
UHC | ?BhE?BhEB | 001111110100001001101000010001010011111101000010011010000100010101000010 | 3f4268453f42684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)