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 | Ó£hÍ° | 1101001110100011011010001100110110110000 | d3a368cdb0 |
SJIS-WIN | ?£h?° | 00111111100000011001001001101000001111111000000110001011 | 3f8192683f818b |
EUC-JP | Ó£hÍ° | 1000111110101010110100011010000111110010011010001000111110101010101111111010000111101011 | 8faad1a1f2688faabfa1eb |
UTF-8 | Ó£hÍ° | 110000111001001111000010101000110110100011000011100011011100001010110000 | c393c2a368c38dc2b0 |
UHC | ??h?° | 001111110011111101101000001111111010000111000110 | 3f3f683fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)