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 | 蒻セ塚エ鄙 | 1110010011101000101111101111101010011100101101001110011110111111 | e4e8befa9cb4e7bf |
EUC-JP | 蒻セ?エ鄙 | 111010001110101010001110101111100011111110001110101101001110111011000001 | e8ea8ebe3f8eb4eec1 |
UTF-8 | 蒻セ塚エ鄙 | 111010001001001010111011111011111011110110111110111011111010100010010000111011111011110110110100111010011000010010011001 | e892bbefbdbeefa890efbdb4e98499 |
UHC | 蒻???鄙 | 11100101101101100011111100111111001111111101111010101001 | e5b63f3f3fdea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)