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 | 踐ー鄙ゥ鄒 | 1110011011110110101100001110011110111111101010011110011110111110 | e6f6b0e7bfa9e7be |
EUC-JP | 踐ー鄙ゥ鄒 | 11101100111110001000111010110000111011101100000110001110101010011110111011000000 | ecf88eb0eec18ea9eec0 |
UTF-8 | 踐ー鄙ゥ鄒 | 111010001011100010010000111011111011110110110000111010011000010010011001111011111011110110101001111010011000010010010010 | e8b890efbdb0e98499efbda9e98492 |
UHC | 踐?鄙?鄒 | 1111010011000010001111111101111010101001001111111111010111011011 | f4c23fdea93ff5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)