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 | ?槃? | 00111111100111101100111100111111 | 3f9ecf3f |
EUC-JP | 濩槃? | 100011111100100110100100110111001101000100111111 | 8fc9a4dcd13f |
UTF-8 | 濩槃렟 | 111001101011111110101001111001101010011110000011111010111010000010011111 | e6bfa9e6a783eba09f |
UHC | 濩槃렟 | 111110111100110111011010111010011000111010110000 | fbcddae98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)