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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魘牙ョ、髴 | 1110100110110100100010011110010110101110101001001110100110011100 | e9b489e5aea4e99c |
EUC-JP | 魘牙ョ、髴 | 11110010101101101011001011100111100011101010111010001110101001001111000111111100 | f2b6b2e78eae8ea4f1fc |
UTF-8 | 魘牙ョ、髴 | 111010011010110110011000111001111000100110011001111011111011110110101110111011111011110110100100111010011010101110110100 | e9ad98e78999efbdaeefbda4e9abb4 |
UHC | ?牙??? | 001111111110010010110011001111110011111100111111 | 3fe4b33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)