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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 菽菽錞 | 111001001100000111100100110000011111101111011011 | e4c1e4c1fbdb |
EUC-JP | 菽菽錞 | 11101000110000111110100011000011100011111110010011011100 | e8c3e8c38fe4dc |
UTF-8 | 菽菽錞 | 111010001000111110111101111010001000111110111101111010011000110010011110 | e88fbde88fbde98c9e |
UHC | 菽菽錞 | 111000101101110111100010110111011110001011110110 | e2dde2dde2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)