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 | 糊槃? | 1000110011010000100111101100111100111111 | 8cd09ecf3f |
EUC-JP | 糊槃? | 1011100011010010110111001101000100111111 | b8d2dcd13f |
UTF-8 | 糊槃렗 | 111001111011001110001010111001101010011110000011111010111010000010010111 | e7b38ae6a783eba097 |
UHC | 糊槃렗 | 111110111101010111011010111010011000111010101100 | fbd5dae98eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)