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 | 核?}核?{^ | 100010100110101000111111011111011000101001101010001111110111101101011110 | 8a6a3f7d8a6a3f7b5e |
EUC-JP | 核遝}核遝{^ | 10110011110010111000111111100001110111110111110110110011110010111000111111100001110111110111101101011110 | b3cb8fe1df7db3cb8fe1df7b5e |
UTF-8 | 核遝}核遝{^ | 111001101010000010111000111010011000000110011101011111011110011010100000101110001110100110000001100111010111101101011110 | e6a0b8e9819d7de6a0b8e9819d7b5e |
UHC | 核遝}核遝{^ | 1111101010110111110100111100111101111101111110101011011111010011110011110111101101011110 | fab7d3cf7dfab7d3cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)