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 | 尺照゚ | 1000111011011010100011111100011011011111 | 8eda8fc6df |
EUC-JP | 尺照゚ | 101111001101110010111110110010001000111011011111 | bcdcbec88edf |
UTF-8 | 尺照゚ | 111001011011000010111010111001111000010110100111111011111011111010011111 | e5b0bae785a7efbe9f |
UHC | 尺照? | 1111010010101001111100001100111000111111 | f4a9f0ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)