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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ??ュ〓h | 00111111001111111000001110000101100000011010110001101000 | 3f3f838581ac68 |
EUC-JP | ??ュ〓h | 00111111001111111010010111100101101000101010111001101000 | 3f3fa5e5a2ae68 |
UTF-8 | 룶殺ュ〓h | 11101011101000111011011011101111101001011011000011100011100000111010010111100011100000001001001101101000 | eba3b6efa5b0e383a5e3809368 |
UHC | 룶殺ュ〓h | 100011111010101111100001111011011010101111100101101000011110101101101000 | 8fabe1edabe5a1eb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)