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 | õ½Ó£Í° | 111101011011110111010011101000111100110110110000 | f5bdd3a3cdb0 |
SJIS-WIN | ???£?° | 0011111100111111001111111000000110010010001111111000000110001011 | 3f3f3f81923f818b |
EUC-JP | õ?ӣͰ | 1000111110101011110110000011111110001111101010101101000110100001111100101000111110101010101111111010000111101011 | 8fabd83f8faad1a1f28faabfa1eb |
UTF-8 | õ½Ó£Í° | 110000111011010111000010101111011100001110010011110000101010001111000011100011011100001010110000 | c3b5c2bdc393c2a3c38dc2b0 |
UHC | ?½???° | 0011111110101000111101100011111100111111001111111010000111000110 | 3fa8f63f3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)