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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莉イ鮴堺 | 11100100101110111011001011101001101111101000110111100100 | e4bbb2e9be8de4 |
EUC-JP | 莉イ鮴堺 | 1110100010111101100011101011001011110010110000001011101011100110 | e8bd8eb2f2c0bae6 |
UTF-8 | 莉イ鮴堺 | 111010001000111010001001111011111011110110110010111010011010111010110100111001011010000010111010 | e88e89efbdb2e9aeb4e5a0ba |
UHC | 莉??堺 | 110101111110100100111111001111111100110011110111 | d7e93f3fccf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)