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 | 迹ェ鄙ゥ鄒 | 1110011110010001101010101110011110111111101010011110011110111110 | e791aae7bfa9e7be |
EUC-JP | 迹ェ鄙ゥ鄒 | 11101101111100011000111010101010111011101100000110001110101010011110111011000000 | edf18eaaeec18ea9eec0 |
UTF-8 | 迹ェ鄙ゥ鄒 | 111010001011111110111001111011111011110110101010111010011000010010011001111011111011110110101001111010011000010010010010 | e8bfb9efbdaae98499efbda9e98492 |
UHC | 迹?鄙?鄒 | 1110111011101001001111111101111010101001001111111111010111011011 | eee93fdea93ff5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)