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??kE | 00111111001111110110001000111111001111110110101101000101 | 3f3f623f3f6b45 |
SJIS-WIN | 鶯痔b煆疾kE | 1110100111110010100011101010010001100010111110110101011010001110101111100110101101000101 | e9f28ea462fb568ebe6b45 |
EUC-JP | 鶯痔b煆疾kE | 111100101111010010111100101001100110001010001111110010011111010010111100110000000110101101000101 | f2f4bca6628fc9f4bcc06b45 |
UTF-8 | 鶯痔b煆疾kE | 111010011011011010101111111001111001011110010100011000101110011110000101100001101110011110010110101111100110101101000101 | e9b6afe7979462e78586e796be6b45 |
UHC | 鶯痔b?疾kE | 11100101101000111111011011000000011000100011111111110010111100000110101101000101 | e5a3f6c0623ff2f06b45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)