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 | ?????gF | 00111111001111110011111100111111001111110110011101000110 | 3f3f3f3f3f6746 |
SJIS-WIN | 鶯?陰??gF | 111010011111001000111111100010010100000100111111001111110110011101000110 | e9f23f89413f3f6746 |
EUC-JP | 鶯?陰??gF | 111100101111010000111111101100011010001000111111001111110110011101000110 | f2f43fb1a23f3f6746 |
UTF-8 | 鶯밳陰먯꺏gF | 1110100110110110101011111110101110110000101100111110100110011001101100001110101110101000101011111110101010111010100011110110011101000110 | e9b6afebb0b3e999b0eba8afeaba8f6746 |
UHC | 鶯밳陰먯꺏gF | 111001011010001110010011010110011110101111100100100100001110110010000011101101010110011101000110 | e5a39359ebe490ec83b56746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)