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 | 隲鷺興 | 111010001010101110001101111010111000101110111011 | e8ab8deb8bbb |
EUC-JP | 隲鷺興 | 111100001010110110111010111011011011011010111101 | f0adbaedb6bd |
UTF-8 | 隲鷺興 | 111010011001101010110010111010011011011110111010111010001000100010001000 | e99ab2e9b7bae88888 |
UHC | ?鷺興 | 0011111111010110110111001111110111101001 | 3fd6dcfde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)