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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | サ韆霰ル | 101110111110100011100110111010001100010111011001 | bbe8e6e8c5d9 |
EUC-JP | サ韆霰ル | 1000111010111011111100001110100011110000110001111000111011011001 | 8ebbf0e8f0c78ed9 |
UTF-8 | サ韆霰ル | 111011111011110110111011111010011001111110000110111010011001110010110000111011111011111010011001 | efbdbbe99f86e99cb0efbe99 |
UHC | ?韆霰? | 001111111111010011000111110111111010110000111111 | 3ff4c7dfac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)