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 | 形??耶? | 10001100011000000011111100111111100101101110101100111111 | 8c603f3f96eb3f |
EUC-JP | 形??耶? | 10110111110000010011111100111111110011001110110100111111 | b7c13f3fcced3f |
UTF-8 | 形길뮈耶뽳 | 111001011011110110100010111010101011100010111000111010111010111010001000111010001000000010110110111010111011110110110011 | e5bda2eab8b8ebae88e880b6ebbdb3 |
UHC | 形길뮈耶뽳 | 11111011101000011011000111100110101110011011111111100101101011011001011011101111 | fba1b1e6b9bfe5ad96ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)