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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 箏モョ箏モョ^ | 111000101011010111010011101011101110001010110101110100111010111001011110 | e2b5d3aee2b5d3ae5e |
EUC-JP | 箏モョ箏モョ^ | 11100100101101111000111011010011100011101010111011100100101101111000111011010011100011101010111001011110 | e4b78ed38eaee4b78ed38eae5e |
UTF-8 | 箏モョ箏モョ^ | 11100111101011101000111111101111101111101001001111101111101111011010111011100111101011101000111111101111101111101001001111101111101111011010111001011110 | e7ae8fefbe93efbdaee7ae8fefbe93efbdae5e |
UHC | 箏??箏??^ | 111011101011010000111111001111111110111010110100001111110011111101011110 | eeb43f3feeb43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)