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 | 辰則但捉 | 1001001001000011100100011010010110010010010000011001000110101000 | 924391a5924191a8 |
EUC-JP | 辰則但捉 | 1100001110100100110000101010011111000011101000101100001010101010 | c3a4c2a7c3a2c2aa |
UTF-8 | 辰則但捉 | 111010001011111010110000111001011000100110000111111001001011110110000110111001101000110110001001 | e8beb0e58987e4bd86e68d89 |
UHC | 辰則但捉 | 1111001011100011111101101100111011010011101000111111001110110101 | f2e3f6ced3a3f3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)