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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 瞽瞽[瞽瞽[^ | 1110000111011010111000011101101001011011111000011101101011100001110110100101101101011110 | e1dae1da5be1dae1da5b5e |
EUC-JP | 瞽瞽[瞽瞽[^ | 1110001011011100111000101101110001011011111000101101110011100010110111000101101101011110 | e2dce2dc5be2dce2dc5b5e |
UTF-8 | 瞽瞽[瞽瞽[^ | 111001111001111010111101111001111001111010111101010110111110011110011110101111011110011110011110101111010101101101011110 | e79ebde79ebd5be79ebde79ebd5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)