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 | ûPèûH | 1111101101010000100101011110100010010101100110101111101101001000 | fb5095e8959afb48 |
SJIS-WIN | ?P?????H | 0011111101010000001111110011111100111111001111110011111101001000 | 3f503f3f3f3f3f48 |
EUC-JP | ûP?è??ûH | 1000111110101011111001010101000000111111100011111010101110110010001111110011111110001111101010111110010101001000 | 8fabe5503f8fabb23f3f8fabe548 |
UTF-8 | ûPèûH | 1100001110111011010100001100001010010101110000111010100011000010100101011100001010011010110000111011101101001000 | c3bb50c295c3a8c295c29ac3bb48 |
UHC | ?P?????H | 0011111101010000001111110011111100111111001111110011111101001000 | 3f503f3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)