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 | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
UTF-8 | 묮묪뫇E묮묪뫇EB | 111010111010110010101110111010111010110010101010111010111010101110000111010001011110101110101100101011101110101110101100101010101110101110101011100001110100010101000010 | ebacaeebacaaebab8745ebacaeebacaaebab874542 |
UHC | 묮묪뫇E묮묪뫇EB | 100100100100010110010010010000101001000110101010010001011001001001000101100100100100001010010001101010100100010101000010 | 9245924291aa459245924291aa4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)