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 | 趾肆? | 1110011011100100111000111110011000111111 | e6e4e3e63f |
EUC-JP | 趾肆? | 1110110011100110111001101110100000111111 | ece6e6e83f |
UTF-8 | 趾肆윷 | 111010001011011010111110111010001000001010000110111011001001110010110111 | e8b6bee88286ec9cb7 |
UHC | 趾肆윷 | 111100101011111111011110111010111100000010110111 | f2bfdeebc0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)