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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | 魄ョU | 11101001101011101010111001010101 | e9aeae55 |
EUC-JP | 魄ョU | 1111001010110000100011101010111001010101 | f2b08eae55 |
UTF-8 | 魄ョU | 11101001101011011000010011101111101111011010111001010101 | e9ad84efbdae55 |
UHC | 魄?U | 11011011110111100011111101010101 | dbde3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)