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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 紙?旭?足 | 1000111010000110001111111000100010101110001111111001000110101011 | 8e863f88ae3f91ab |
EUC-JP | 紙?旭?足 | 1011101111100110001111111011000010110000001111111100001010101101 | bbe63fb0b03fc2ad |
UTF-8 | 紙렒旭렠足 | 111001111011010010011001111010111010000010010010111001101001011110101101111010111010000010100000111010001011011010110011 | e7b499eba092e697adeba0a0e8b6b3 |
UHC | 紙렒旭렠足 | 11110010101101011000111010100111111010011110111110001110101100011111000011101011 | f2b58ea7e9ef8eb1f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)