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 | 譽募〓繝 | 1110011010100011100101011110010110000001101011001110001110000011 | e6a395e581ace383 |
EUC-JP | 譽募〓繝 | 1110110010100101110010101110011110100010101011101110010111100011 | eca5cae7a2aee5e3 |
UTF-8 | 譽募〓繝 | 111010001010110110111101111001011000101110011111111000111000000010010011111001111011100110011101 | e8adbde58b9fe38093e7b99d |
UHC | 譽募〓? | 11100111111000101101100110110100101000011110101100111111 | e7e2d9b4a1eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)