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 | Í°õµBF | 110011011011000011110101101101010100001001000110 | cdb0f5b54246 |
SJIS-WIN | ?°??BF | 00111111100000011000101100111111001111110100001001000110 | 3f818b3f3f4246 |
EUC-JP | Í°õ?BF | 1000111110101010101111111010000111101011100011111010101111011000001111110100001001000110 | 8faabfa1eb8fabd83f4246 |
UTF-8 | Í°õµBF | 11000011100011011100001010110000110000111011010111000010101101010100001001000110 | c38dc2b0c3b5c2b54246 |
UHC | ?°??BF | 00111111101000011100011000111111001111110100001001000110 | 3fa1c63f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)