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 | 湖槃? | 1000110011001110100111101100111100111111 | 8cce9ecf3f |
EUC-JP | 湖槃? | 1011100011010000110111001101000100111111 | b8d0dcd13f |
UTF-8 | 湖槃렖 | 111001101011100110010110111001101010011110000011111010111010000010010110 | e6b996e6a783eba096 |
UHC | 湖槃렖 | 111110111100100111011010111010011000111010101011 | fbc9dae98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)