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 | 節⑧?? | 100100001101111110000111010001110011111100111111 | 90df87473f3f |
EUC-JP | 節??獐 | 11000000111000010011111100111111100011111100101110111010 | c0e13f3f8fcbba |
UTF-8 | 節⑧뱩獐 | 111001111010111110000000111000101001000110100111111010111011000110101001111001111000110110010000 | e7af80e291a7ebb1a9e78d90 |
UHC | 節⑧뱩獐 | 1110111110111101101010001110111010010011100011111110110111101111 | efbda8ee938fedef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)