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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 癲??游?? | 1110000110011111001111110011111110011111111000000011111100111111 | e19f3f3f9fe03f3f |
EUC-JP | 癲??游®? | 11100010101000010011111100111111110111101110001010001111101000101110111000111111 | e2a13f3fdee28fa2ee3f |
UTF-8 | 癲잙틺游®독 | 1110011110011001101100101110110010011110100110011110110110001011101110101110011010111000101110001100001010101110111010111000111110000101 | e799b2ec9e99ed8bbae6b8b8c2aeeb8f85 |
UHC | 癲잙틺游®독 | 111011111010011010011111111010111011101010100000111010101111110110100010111001111011010110110110 | efa69febbaa0eafda2e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)