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 | 捨鈐 | 111100101110101110001110110011001111101111000010 | f2eb8eccfbc2 |
EUC-JP | ?捨鈐 | 001111111011110011001110100011111110001111000001 | 3fbcce8fe3c1 |
UTF-8 | 捨鈐 | 111011101000100010100010111001101000110110101000111010011000100010010000 | ee88a2e68da8e98890 |
UHC | ?捨鈐 | 0011111111011110110101111100110010100010 | 3fded7cca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)