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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | ?Ŋ}?Ŋ{^ | 0011111110001111101010011010101101111101001111111000111110101001101010110111101101011110 | 3f8fa9ab7d3f8fa9ab7b5e |
UTF-8 | 봔Ŋ}봔Ŋ{^ | 11101011101101001001010011000101100010100111110111101011101101001001010011000101100010100111101101011110 | ebb494c58a7debb494c58a7b5e |
UHC | 봔Ŋ}봔Ŋ{^ | 1011101011000010101010001010111101111101101110101100001010101000101011110111101101011110 | bac2a8af7dbac2a8af7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)