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 | 鐃ワ織 | 111010000101111010000011100011111001000001000100 | e85e838f9044 |
EUC-JP | 鐃ワ織 | 111011111011111110100101111011111011111110100101 | efbfa5efbfa5 |
UTF-8 | 鐃ワ織 | 111010011001000010000011111000111000001110101111111001111011100110010100 | e99083e383afe7b994 |
UHC | ?ワ織 | 0011111110101011111011111111001011000100 | 3fabeff2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)