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 | 溿爾瀨 | 111110110100101010001110101000101111101101010000 | fb4a8ea2fb50 |
EUC-JP | 溿爾? | 100011111100100010110001101111001010010000111111 | 8fc8b1bca43f |
UTF-8 | 溿爾瀨 | 111001101011101010111111111001111000100010111110111001111000000010101000 | e6babfe788bee780a8 |
UHC | ?爾瀨 | 0011111111101100101100111101011011101110 | 3fecb3d6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)