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 | 驤ケ鄧唯 | 11101001100010001011100111111011101110011001011101000010 | e988b9fbb99742 |
EUC-JP | 驤ケ鄧唯 | 111100011110100010001110101110011000111111100010110001111100110110100011 | f1e88eb98fe2c7cda3 |
UTF-8 | 驤ケ鄧唯 | 111010011010100110100100111011111011110110111001111010011000010010100111111001011001010010101111 | e9a9a4efbdb9e984a7e594af |
UHC | ??鄧唯 | 001111110011111111010100111110001110101011100110 | 3f3fd4f8eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)