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 | 莨件週薊 | 1110010010111100100011001000111110001111010101001110010101001000 | e4bc8c8f8f54e548 |
EUC-JP | 莨件週薊 | 1110100010111110101101111110111110111101101101011110100110101001 | e8beb7efbdb5e9a9 |
UTF-8 | 莨件週薊 | 111010001000111010101000111001001011101110110110111010011000000010110001111010001001011010001010 | e88ea8e4bbb6e980b1e8968a |
UHC | ?件週? | 001111111100101111101100111100011100111000111111 | 3fcbecf1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)