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 | 錣ゆ唱 | 111010000100001110000010111001001000111110100101 | e84382e48fa5 |
EUC-JP | 錣ゆ唱 | 111011111010010010100100111001101011111010100111 | efa4a4e6bea7 |
UTF-8 | 錣ゆ唱 | 111010011000110010100011111000111000001010000110111001011001010010110001 | e98ca3e38286e594b1 |
UHC | ?ゆ唱 | 0011111110101010111001101111001111011101 | 3faae6f3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)