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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?伊^ | 00111111100010001100100101011110 | 3f88c95e |
EUC-JP | ?伊^ | 00111111101100001100101101011110 | 3fb0cb5e |
UTF-8 | 쒜伊^ | 11101100100100101001110011100100101111001000101001011110 | ec929ce4bc8a5e |
UHC | 쒜伊^ | 1011111010101110111011001010010101011110 | beaeeca55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)