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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娼チ将「皛 | 10001111101010011100000110001111101010111111001010001111101000101111101101110011 | 8fa9c18fabf28fa2fb73 |
EUC-JP | 娼チ将?「皛 | 101111101010101110001110110000011011111010101101001111111000111010100010100011111100111010111010 | beab8ec1bead3f8ea28fceba |
UTF-8 | 娼チ将「皛 | 111001011010100010111100111011111011111010000001111001011011000010000110111011101000011110000110111011111011110110100010111001111001101010011011 | e5a8bcefbe81e5b086ee8786efbda2e79a9b |
UHC | 娼????? | 11110011110111100011111100111111001111110011111100111111 | f3de3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)