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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄙碑對 | 111001111011111110010100111010001001101110010100 | e7bf94e89b94 |
EUC-JP | 鄙碑對 | 111011101100000111001000111010101101010111110100 | eec1c8ead5f4 |
UTF-8 | 鄙碑對 | 111010011000010010011001111001111010001010010001111001011011000010001101 | e98499e7a291e5b08d |
UHC | 鄙碑對 | 110111101010100111011101111110001101001111011111 | dea9ddf8d3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)