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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | ?譴雉ェV | 00111111111001101010001011101000101100111010101001010110 | 3fe6a2e8b3aa56 |
EUC-JP | 訑譴雉ェV | 10001111110111011100011111101100101001001111000010110101100011101010101001010110 | 8fddc7eca4f0b58eaa56 |
UTF-8 | 訑譴雉ェV | 11101000101010001001000111101000101011011011010011101001100110111000100111101111101111011010101001010110 | e8a891e8adb4e99b89efbdaa56 |
UHC | ?譴雉?V | 00111111110011001011100111110110110010110011111101010110 | 3fccb9f6cb3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)