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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔕翫厳鐔 | 1110010011110110100010101110001110001100101101011110100001011100 | e4f68ae38cb5e85c |
EUC-JP | 蔕翫厳鐔 | 1110100011111000101101001110010110111000101101111110111110111101 | e8f8b4e5b8b7efbd |
UTF-8 | 蔕翫厳鐔 | 111010001001010010010101111001111011111110101011111001011000111010110011111010011001000010010100 | e89495e7bfabe58eb3e99094 |
UHC | ?翫?? | 0011111111101000110100010011111100111111 | 3fe8d13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)