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 | 。爍ェミ憘 | 101000011110000010100001111100101000111110101010110100001111101011000110 | a1e0a1f28faad0fac6 |
EUC-JP | 。爍?ェミ憘 | 100011101010000111100000101000110011111110001110101010101000111011010000100011111011111011100100 | 8ea1e0a33f8eaa8ed08fbee4 |
UTF-8 | 。爍ェミ憘 | 111011111011110110100001111001111000100010001101111011101000011110000110111011111011110110101010111011111011111010010000111001101000011010011000 | efbda1e7888dee8786efbdaaefbe90e68698 |
UHC | ?????憘 | 00111111001111110011111100111111001111111111110111110011 | 3f3f3f3f3ffdf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)