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 | 茘所鹸跪 | 1110010010101011100011111000101010001100101100101110011011101100 | e4ab8f8a8cb2e6ec |
EUC-JP | 茘所鹸跪 | 1110100010101101101111011110101010111000101101001110110011101110 | e8adbdeab8b4ecee |
UTF-8 | 茘所鹸跪 | 111010001000110010011000111001101000100110000000111010011011100110111000111010001011011110101010 | e88c98e68980e9b9b8e8b7aa |
UHC | ?所?? | 0011111111100001101101100011111100111111 | 3fe1b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)