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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 魴ー雖栄魴ー | 11101001101101011011000011100101101010111000100101101000111010011011010110110000 | e9b5b0e5ab8968e9b5b0 |
EUC-JP | 魴ー雖栄魴ー | 111100101011011110001110101100001110101010101101101100011100100111110010101101111000111010110000 | f2b78eb0eaadb1c9f2b78eb0 |
UTF-8 | 魴ー雖栄魴ー | 111010011010110110110100111011111011110110110000111010011001101110010110111001101010000010000100111010011010110110110100111011111011110110110000 | e9adb4efbdb0e99b96e6a084e9adb4efbdb0 |
UHC | ??雖??? | 00111111001111111110001011001100001111110011111100111111 | 3f3fe2cc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)