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 | 蘂??亦 | 111001010100000100111111001111111001011010010010 | e5413f3f9692 |
EUC-JP | 蘂??亦 | 111010011010001000111111001111111100101111110010 | e9a23f3fcbf2 |
UTF-8 | 蘂녜뮈亦 | 111010001001100010000010111010111000010110011100111010111010111010001000111001001011101010100110 | e89882eb859cebae88e4baa6 |
UHC | 蘂녜뮈亦 | 1110011111011110101100111110100110111001101111111110011010110010 | e7deb3e9b9bfe6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)