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 | サ鯤ハ症 | 101110111110100111001000110010101000111111000111 | bbe9c8ca8fc7 |
EUC-JP | サ鯤ハ症 | 1000111010111011111100101100101010001110110010101011111011001001 | 8ebbf2ca8ecabec9 |
UTF-8 | サ鯤ハ症 | 111011111011110110111011111010011010111110100100111011111011111010001010111001111001011110000111 | efbdbbe9afa4efbe8ae79787 |
UHC | ?鯤?症 | 001111111100110111100110001111111111000111111000 | 3fcde63ff1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)