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 | 鋺画ソ | 1110011111111010100010011110011010111111 | e7fa89e6bf |
EUC-JP | 鋺画ソ | 111011101111110010110010111010001000111010111111 | eefcb2e88ebf |
UTF-8 | 鋺画ソ | 111010011000101110111010111001111001010010111011111011111011110110111111 | e98bbae794bbefbdbf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)