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 | 娼チ。爐 | 1000111110101001110000011010000111100000101000101111100101011001 | 8fa9c1a1e0a2f959 |
EUC-JP | 娼チ。爐? | 101111101010101110001110110000011000111010100001111000001010010000111111 | beab8ec18ea1e0a43f |
UTF-8 | 娼チ。爐 | 111001011010100010111100111011111011111010000001111011111011110110100001111001111000100010010000111011101001101010110101 | e5a8bcefbe81efbda1e78890ee9ab5 |
UHC | 娼??爐? | 11110011110111100011111100111111110101101101001100111111 | f3de3f3fd6d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)