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 | ??e^ | 00111111001111110110010101011110 | 3f3f655e |
SJIS-WIN | 巽船e^ | 100100100100011010010001010001000110010101011110 | 92469144655e |
EUC-JP | 巽船e^ | 110000111010011111000001101001010110010101011110 | c3a7c1a5655e |
UTF-8 | 巽船e^ | 1110010110110111101111011110100010001000101110010110010101011110 | e5b7bde888b9655e |
UHC | 巽船e^ | 111000011101111011100000110011110110010101011110 | e1dee0cf655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)