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 | ト霽 | 1111000010111101110001001110100011000111 | f0bdc4e8c7 |
EUC-JP | ?ト霽 | 0011111110001110110001001111000011001001 | 3f8ec4f0c9 |
UTF-8 | ト霽 | 111011101000000110111100111011111011111010000100111010011001110010111101 | ee81bcefbe84e99cbd |
UHC | ??霽 | 00111111001111111111000010111000 | 3f3ff0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)