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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 娼チ。爍 | 1000111110101001110000011010000111100000101000011111100001000101 | 8fa9c1a1e0a1f845 |
EUC-JP | 娼チ。爍? | 101111101010101110001110110000011000111010100001111000001010001100111111 | beab8ec18ea1e0a33f |
UTF-8 | 娼チ。爍 | 111001011010100010111100111011111011111010000001111011111011110110100001111001111000100010001101111011101001011110100101 | e5a8bcefbe81efbda1e7888dee97a5 |
UHC | 娼???? | 111100111101111000111111001111110011111100111111 | f3de3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)