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 | ?b?gB | 0011111101100010001111110110011101000010 | 3f623f6742 |
SJIS-WIN | 巽b但gB | 10010010010001100110001010010010010000010110011101000010 | 92466292416742 |
EUC-JP | 巽b但gB | 11000011101001110110001011000011101000100110011101000010 | c3a762c3a26742 |
UTF-8 | 巽b但gB | 111001011011011110111101011000101110010010111101100001100110011101000010 | e5b7bd62e4bd866742 |
UHC | 巽b但gB | 11100001110111100110001011010011101000110110011101000010 | e1de62d3a36742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)