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èûY | 1111101101010000100101011110100010010101100110101111101101011001 | fb5095e8959afb59 |
SJIS-WIN | ?P?????Y | 0011111101010000001111110011111100111111001111110011111101011001 | 3f503f3f3f3f3f59 |
EUC-JP | ûP?è??ûY | 1000111110101011111001010101000000111111100011111010101110110010001111110011111110001111101010111110010101011001 | 8fabe5503f8fabb23f3f8fabe559 |
UTF-8 | ûPèûY | 1100001110111011010100001100001010010101110000111010100011000010100101011100001010011010110000111011101101011001 | c3bb50c295c3a8c295c29ac3bb59 |
UHC | ?P?????Y | 0011111101010000001111110011111100111111001111110011111101011001 | 3f503f3f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)