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 | モ衲蘓 | 1101001111100101110100111110010101011110 | d3e5d3e55e |
EUC-JP | モ衲蘓 | 100011101101001111101010110101011110100110111111 | 8ed3ead5e9bf |
UTF-8 | モ衲蘓 | 111011111011111010010011111010001010000110110010111010001001100010010011 | efbe93e8a1b2e89893 |
UHC | ?衲? | 00111111110100101010010000111111 | 3fd2a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)