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 | 藕所芥跪 | 1110010101011000100011111000101010001010010010001110011011101100 | e5588f8a8a48e6ec |
EUC-JP | 藕所芥跪 | 1110100110111001101111011110101010110011101010011110110011101110 | e9b9bdeab3a9ecee |
UTF-8 | 藕所芥跪 | 111010001001011110010101111001101000100110000000111010001000101010100101111010001011011110101010 | e89795e68980e88aa5e8b7aa |
UHC | 藕所芥? | 11101001111001001110000110110110110010111100111000111111 | e9e4e1b6cbce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)