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 | 酌実 | 1111000011100010100011101101111011110010101100101000111011000000 | f0e28edef2b28ec0 |
EUC-JP | ?酌?実 | 001111111011110011100000001111111011110011000010 | 3fbce03fbcc2 |
UTF-8 | 酌実 | 111011101000001010100001111010011000010110001100111011101000011110101001111001011010111010011111 | ee82a1e9858cee87a9e5ae9f |
UHC | ?酌?? | 0011111111101101110011000011111100111111 | 3fedcc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)