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 | ???d^ | 0011111100111111001111110110010001011110 | 3f3f3f645e |
SJIS-WIN | 洩但形d^ | 1000100101101011100100100100000110001100011000000110010001011110 | 896b92418c60645e |
EUC-JP | 洩但形d^ | 1011000111001100110000111010001010110111110000010110010001011110 | b1ccc3a2b7c1645e |
UTF-8 | 洩但形d^ | 1110011010110100101010011110010010111101100001101110010110111101101000100110010001011110 | e6b4a9e4bd86e5bda2645e |
UHC | 洩但形d^ | 1110000011011101110100111010001111111011101000010110010001011110 | e0ddd3a3fba1645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)