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 | 浩?}浩?{^ | 100011010101111100111111011111011000110101011111001111110111101101011110 | 8d5f3f7d8d5f3f7b5e |
EUC-JP | 浩?}浩?{^ | 101110011100000000111111011111011011100111000000001111110111101101011110 | b9c03f7db9c03f7b5e |
UTF-8 | 浩렫}浩렫{^ | 111001101011010110101001111010111010000010101011011111011110011010110101101010011110101110100000101010110111101101011110 | e6b5a9eba0ab7de6b5a9eba0ab7b5e |
UHC | 浩렫}浩렫{^ | 1111101111000111100011101011100101111101111110111100011110001110101110010111101101011110 | fbc78eb97dfbc78eb97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)