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 | 第?じ拌 | 10010001111001100011111110000010101101101001110101100001 | 91e63f82b69d61 |
EUC-JP | 第?じ拌 | 11000010111010000011111110100100101110001101100111000010 | c2e83fa4b8d9c2 |
UTF-8 | 第끓じ拌 | 111001111010110010101100111010111000000110010011111000111000000110011000111001101000101110001100 | e7acaceb8193e38198e68b8c |
UHC | 第끓じ拌 | 1111000010101111101100101111101010101010101110001101101011100101 | f0afb2faaab8dae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)