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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邪爵邪 | 100011101101011110001110110111011000111011010111 | 8ed78edd8ed7 |
EUC-JP | 邪爵邪 | 101111001101100110111100110111111011110011011001 | bcd9bcdfbcd9 |
UTF-8 | 邪爵邪 | 111010011000001010101010111001111000100010110101111010011000001010101010 | e982aae788b5e982aa |
UHC | 邪爵邪 | 110111101111011111101101110010011101111011110111 | def7edc9def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)