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 | 櫻??率? | 10011111010011100011111100111111100101111010011000111111 | 9f4e3f3f97a63f |
EUC-JP | 櫻??率? | 11011101101011110011111100111111110011101010100000111111 | ddaf3f3fcea83f |
UTF-8 | 櫻뗣굝率툫 | 111001101010101110111011111010111001011110100011111010101011010110011101111001111000111010000111111011011000100010101011 | e6abbbeb97a3eab59de78e87ed88ab |
UHC | 櫻뗣굝率툫 | 11100101101000011000101111100011100000101000010111100001111000111011100101000010 | e5a18be38285e1e3b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)