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 | 鄒樒∈ | 111001111011111010011110111001111000000110111000 | e7be9ee781b8 |
EUC-JP | 鄒樒∈ | 111011101100000011011100111010011010001010111010 | eec0dce9a2ba |
UTF-8 | 鄒樒∈ | 111010011000010010010010111001101010100010010010111000101000100010001000 | e98492e6a892e28888 |
UHC | 鄒?∈ | 1111010111011011001111111010000111110100 | f5db3fa1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)