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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訷イ閼」鄙 | 1111101110100100101100101110100010000100101000111110011110111111 | fba4b2e884a3e7bf |
EUC-JP | 訷イ閼」鄙 | 1000111111011101110101001000111010110010111011111110010010001110101000111110111011000001 | 8fddd48eb2efe48ea3eec1 |
UTF-8 | 訷イ閼」鄙 | 111010001010100010110111111011111011110110110010111010011001011010111100111011111011110110100011111010011000010010011001 | e8a8b7efbdb2e996bcefbda3e98499 |
UHC | ??閼?鄙 | 00111111001111111110010011011001001111111101111010101001 | 3f3fe4d93fdea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)