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 | ??l??lB | 00111111001111110110110000111111001111110110110001000010 | 3f3f6c3f3f6c42 |
SJIS-WIN | 潁烋l潁烋lB | 1001111111110001111000000111110101101100100111111111000111100000011111010110110001000010 | 9ff1e07d6c9ff1e07d6c42 |
EUC-JP | 潁烋l潁烋lB | 1101111011110011110111111101111001101100110111101111001111011111110111100110110001000010 | def3dfde6cdef3dfde6c42 |
UTF-8 | 潁烋l潁烋lB | 111001101011110110000001111001111000001110001011011011001110011010111101100000011110011110000011100010110110110001000010 | e6bd81e7838b6ce6bd81e7838b6c42 |
UHC | 潁烋l潁烋lB | 1110011110111000111111011100111001101100111001111011100011111101110011100110110001000010 | e7b8fdce6ce7b8fdce6c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)