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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 霽∠ | 11101000110001111000000111011010 | e8c781da |
EUC-JP | 霽∠ | 11110000110010011010001011011100 | f0c9a2dc |
UTF-8 | 霽∠ | 111010011001110010111101111000101000100010100000 | e99cbde288a0 |
UHC | 霽∠ | 11110000101110001010000111010000 | f0b8a1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)