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 | 鴆竺鋓 | 111010011110111110001110101100011111101111010110 | e9ef8eb1fbd6 |
EUC-JP | 鴆竺鋓 | 11110010111100011011110010110011100011111110010010111111 | f2f1bcb38fe4bf |
UTF-8 | 鴆竺鋓 | 111010011011010010000110111001111010101110111010111010011000101110010011 | e9b486e7abbae98b93 |
UHC | ?竺? | 00111111111101011110011100111111 | 3ff5e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)