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 | 張f? | 1001001010100011100000101000011000111111 | 92a382863f |
EUC-JP | 張f? | 1100010010100101101000111110011000111111 | c4a5a3e63f |
UTF-8 | 張f뮈 | 111001011011110010110101111011111011110110000110111010111010111010001000 | e5bcb5efbd86ebae88 |
UHC | 張f뮈 | 111011011110010110100011111001101011100110111111 | ede5a3e6b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)