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 | ??bk}??bk{^ | 0011111100111111011000100110101101111101001111110011111101100010011010110111101101011110 | 3f3f626b7d3f3f626b7b5e |
SJIS-WIN | ??bk}??bk{^ | 0011111100111111011000100110101101111101001111110011111101100010011010110111101101011110 | 3f3f626b7d3f3f626b7b5e |
EUC-JP | ??bk}??bk{^ | 0011111100111111011000100110101101111101001111110011111101100010011010110111101101011110 | 3f3f626b7d3f3f626b7b5e |
UTF-8 | 뙴렊bk}뙴렊bk{^ | 11101011100110011011010011101011101000001000101001100010011010110111110111101011100110011011010011101011101000001000101001100010011010110111101101011110 | eb99b4eba08a626b7deb99b4eba08a626b7b5e |
UHC | 뙴렊bk}뙴렊bk{^ | 100011001011011110001110101000010110001001101011011111011000110010110111100011101010000101100010011010110111101101011110 | 8cb78ea1626b7d8cb78ea1626b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)