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 | 00111111011111000100010100111111011111000100010101000010 | 3f7c453f7c4542 |
SJIS-WIN | ?|E?|EB | 00111111011111000100010100111111011111000100010101000010 | 3f7c453f7c4542 |
EUC-JP | ?|E?|EB | 00111111011111000100010100111111011111000100010101000010 | 3f7c453f7c4542 |
UTF-8 | 묪|E묪|EB | 1110101110101100101010100111110001000101111010111010110010101010011111000100010101000010 | ebacaa7c45ebacaa7c4542 |
UHC | 묪|E묪|EB | 100100100100001001111100010001011001001001000010011111000100010101000010 | 92427c4592427c4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)