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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 映??域ょ? | 100010010110011000111111001111111000100011100110100000101110010100111111 | 89663f3f88e682e53f |
EUC-JP | 映??域ょ? | 101100011100011100111111001111111011000011101000101001001110011100111111 | b1c73f3fb0e8a4e73f |
UTF-8 | 映뽬눆域ょ콞 | 111001101001100010100000111010111011110110101100111010111000100010000110111001011001111110011111111000111000001010000111111011001011110110011110 | e698a0ebbdaceb8886e59f9fe38287ecbd9e |
UHC | 映뽬눆域ょ콞 | 111001111011000110010110111010001000011110100101111001101011010010101010111001111011000110010110 | e7b196e887a5e6b4aae7b196 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)