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 | 剰カ尺 | 1000111111101000101101101000111011011010 | 8fe8b68eda |
EUC-JP | 剰カ尺 | 101111101110101010001110101101101011110011011100 | beea8eb6bcdc |
UTF-8 | 剰カ尺 | 111001011000100110110000111011111011110110110110111001011011000010111010 | e589b0efbdb6e5b0ba |
UHC | ??尺 | 00111111001111111111010010101001 | 3f3ff4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)