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 | ???S?f | 001111110011111100111111010100110011111101100110 | 3f3f3f533f66 |
SJIS-WIN | ???S?f | 001111110011111100111111010100110011111101100110 | 3f3f3f533f66 |
EUC-JP | ???S?f | 001111110011111100111111010100110011111101100110 | 3f3f3f533f66 |
UTF-8 | 혩째혲S혡f | 1110110110011000101010011110110010100111101110001110110110011000101100100101001111101101100110001010000101100110 | ed98a9eca7b8ed98b253ed98a166 |
UHC | 혩째혲S혡f | 11000010100100011100001010110000110000101001100101010011110000101000101001100110 | c291c2b0c29953c28a66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)