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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 池兢榧愿 | 1001001001110010100110010101110110011110110100001001110011000011 | 9272995d9ed09cc3 |
EUC-JP | 池兢榧愿 | 1100001111010011110100011011111011011100110100101101100011000101 | c3d3d1bedcd2d8c5 |
UTF-8 | 池兢榧愿 | 111001101011000110100000111001011000010110100010111001101010011010100111111001101000010010111111 | e6b1a0e585a2e6a6a7e684bf |
UHC | 池兢榧愿 | 1111001010101110110100001110011111011101111011101110101010110100 | f2aed0e7ddeeeab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)