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 | 節??雍 | 100100001101111100111111001111111110100010110100 | 90df3f3fe8b4 |
EUC-JP | 節??雍 | 110000001110000100111111001111111111000010110110 | c0e13f3ff0b6 |
UTF-8 | 節ⓨ쪤雍 | 111001111010111110000000111000101001001110101000111011001010101010100100111010011001101110001101 | e7af80e293a8ecaaa4e99b8d |
UHC | 節ⓨ쪤雍 | 1110111110111101101010001110010110100101100111011110100010111100 | efbda8e5a59de8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)