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 | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 萍レソP | 1110010011001010110110101011111101010000 | e4cadabf50 |
EUC-JP | 萍レソP | 11101000110011001000111011011010100011101011111101010000 | e8cc8eda8ebf50 |
UTF-8 | 萍レソP | 11101000100100001000110111101111101111101001101011101111101111011011111101010000 | e8908defbe9aefbdbf50 |
UHC | 萍??P | 1111100011000011001111110011111101010000 | f8c33f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)