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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ф?源 | 001111111000010010000110001111111000110010111001 | 3f84863f8cb9 |
EUC-JP | ?ф?源 | 001111111010011111100110001111111011100010111011 | 3fa7e63fb8bb |
UTF-8 | 寧ф쑇源 | 1110111110100110101010101101000110000100111011001001000110000111111001101011101010010000 | efa6aad184ec9187e6ba90 |
UHC | 寧ф쑇源 | 1110011110101100101011001110011010011100101001111110101010111001 | e7acace69ca7eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)