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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 箏簫簑^ | 11100010101101011110001011010010111000101100000001011110 | e2b5e2d2e2c05e |
EUC-JP | 箏簫簑^ | 11100100101101111110010011010100111001001100001001011110 | e4b7e4d4e4c25e |
UTF-8 | 箏簫簑^ | 11100111101011101000111111100111101100001010101111100111101100001001000101011110 | e7ae8fe7b0abe7b0915e |
UHC | 箏簫?^ | 111011101011010011100001110001110011111101011110 | eeb4e1c73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)