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 | 00111111001111110011111101100010 | 3f3f3f62 |
SJIS-WIN | ???b | 00111111001111110011111101100010 | 3f3f3f62 |
EUC-JP | ???b | 00111111001111110011111101100010 | 3f3f3f62 |
UTF-8 | 묱뫓묨b | 11101011101011001011000111101011101010111001001111101011101011001010100001100010 | ebacb1ebab93ebaca862 |
UHC | 묱뫓묨b | 10010010010010001001000110110101100100100100000101100010 | 924891b5924162 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)