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 | 航??耶? | 10001101011100010011111100111111100101101110101100111111 | 8d713f3f96eb3f |
EUC-JP | 航??耶? | 10111001110100100011111100111111110011001110110100111111 | b9d23f3fcced3f |
UTF-8 | 航길뮈耶뽳 | 111010001000100010101010111010101011100010111000111010111010111010001000111010001000000010110110111010111011110110110011 | e888aaeab8b8ebae88e880b6ebbdb3 |
UHC | 航길뮈耶뽳 | 11111001111111101011000111100110101110011011111111100101101011011001011011101111 | f9feb1e6b9bfe5ad96ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)