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 | 但樽湛棚 | 1001001001000001100100100100110110010010010110001001001001001001 | 9241924d92589249 |
EUC-JP | 但樽湛棚 | 1100001110100010110000111010111011000011101110011100001110101010 | c3a2c3aec3b9c3aa |
UTF-8 | 但樽湛棚 | 111001001011110110000110111001101010100010111101111001101011100110011011111001101010001110011010 | e4bd86e6a8bde6b99be6a39a |
UHC | 但樽湛棚 | 1101001110100011111100011101110011010011110000001101110111011100 | d3a3f1dcd3c0dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)