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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逡?e | 1110011110010101001111111000001010000101 | e7953f8285 |
EUC-JP | 逡?e | 1110110111110101001111111010001111100101 | edf53fa3e5 |
UTF-8 | 逡콸e | 111010011000000010100001111011001011110110111000111011111011110110000101 | e980a1ecbdb8efbd85 |
UHC | 逡콸e | 111100011110010011000100111001011010001111100101 | f1e4c4e5a3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)