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 | ?缺^ | 00111111111000111001111001011110 | 3fe39e5e |
EUC-JP | ?缺^ | 00111111111001011111111001011110 | 3fe5fe5e |
UTF-8 | 북缺^ | 11101011101101101000000111100111101111001011101001011110 | ebb681e7bcba5e |
UHC | 북缺^ | 1011101011001111110011001100000001011110 | bacfccc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)