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 | Í°xB | 11001101101100000111100001000010 | cdb07842 |
SJIS-WIN | ?°xB | 0011111110000001100010110111100001000010 | 3f818b7842 |
EUC-JP | Í°xB | 10001111101010101011111110100001111010110111100001000010 | 8faabfa1eb7842 |
UTF-8 | Í°xB | 110000111000110111000010101100000111100001000010 | c38dc2b07842 |
UHC | ?°xB | 0011111110100001110001100111100001000010 | 3fa1c67842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)