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 | àNzB | 10001010111000001001000101001110100011110111101001000010 | 8ae0914e8f7a42 |
SJIS-WIN | ???N?zB | 00111111001111110011111101001110001111110111101001000010 | 3f3f3f4e3f7a42 |
EUC-JP | ?à?N?zB | 001111111000111110101011101000100011111101001110001111110111101001000010 | 3f8faba23f4e3f7a42 |
UTF-8 | àNzB | 1100001010001010110000111010000011000010100100010100111011000010100011110111101001000010 | c28ac3a0c2914ec28f7a42 |
UHC | ???N?zB | 00111111001111110011111101001110001111110111101001000010 | 3f3f3f4e3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)