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 | 照?}照?{^ | 100011111100011000111111011111011000111111000110001111110111101101011110 | 8fc63f7d8fc63f7b5e |
EUC-JP | 照?}照?{^ | 101111101100100000111111011111011011111011001000001111110111101101011110 | bec83f7dbec83f7b5e |
UTF-8 | 照깊}照깊{^ | 111001111000010110100111111010101011100110001010011111011110011110000101101001111110101010111001100010100111101101011110 | e785a7eab98a7de785a7eab98a7b5e |
UHC | 照깊}照깊{^ | 1111000011001110101100011110110101111101111100001100111010110001111011010111101101011110 | f0ceb1ed7df0ceb1ed7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)