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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 愛?}愛?{^ | 100010001010010000111111011111011000100010100100001111110111101101011110 | 88a43f7d88a43f7b5e |
EUC-JP | 愛?}愛?{^ | 101100001010011000111111011111011011000010100110001111110111101101011110 | b0a63f7db0a63f7b5e |
UTF-8 | 愛뎚}愛뎚{^ | 111001101000010010011011111010111000111010011010011111011110011010000100100110111110101110001110100110100111101101011110 | e6849beb8e9a7de6849beb8e9a7b5e |
UHC | 愛뎚}愛뎚{^ | 1110010011110001100010010110101101111101111001001111000110001001011010110111101101011110 | e4f1896b7de4f1896b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)