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 | ÓÀÓ¡Í° | 110100111100000011010011101000011100110110110000 | d3c0d3a1cdb0 |
SJIS-WIN | ?????° | 00111111001111110011111100111111001111111000000110001011 | 3f3f3f3f3f818b |
EUC-JP | ÓÀÓ¡Í° | 1000111110101010110100011000111110101010101000101000111110101010110100011000111110100010110000101000111110101010101111111010000111101011 | 8faad18faaa28faad18fa2c28faabfa1eb |
UTF-8 | ÓÀÓ¡Í° | 110000111001001111000011100000001100001110010011110000101010000111000011100011011100001010110000 | c393c380c393c2a1c38dc2b0 |
UHC | ???¡?° | 0011111100111111001111111010001010101110001111111010000111000110 | 3f3f3fa2ae3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)