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 | 酌悉 | 1111000011100010100011101101111011110011111011101000111010111011 | f0e28edef3ee8ebb |
EUC-JP | ?酌?悉 | 001111111011110011100000001111111011110010111101 | 3fbce03fbcbd |
UTF-8 | 酌悉 | 111011101000001010100001111010011000010110001100111011101000101110100001111001101000001010001001 | ee82a1e9858cee8ba1e68289 |
UHC | ?酌?悉 | 001111111110110111001100001111111110001111111010 | 3fedcc3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)