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 | 1111101101010000100011001110111010011101100011011111101101011001 | fb508cee9d8dfb59 |
SJIS-WIN | ?P?????Y | 0011111101010000001111110011111100111111001111110011111101011001 | 3f503f3f3f3f3f59 |
EUC-JP | ûP?î??ûY | 1000111110101011111001010101000000111111100011111010101111000010001111110011111110001111101010111110010101011001 | 8fabe5503f8fabc23f3f8fabe559 |
UTF-8 | ûPîûY | 1100001110111011010100001100001010001100110000111010111011000010100111011100001010001101110000111011101101011001 | c3bb50c28cc3aec29dc28dc3bb59 |
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)