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 | 蔓鴃蕭鳧 | 1001011010100000111010011110111011100101010010101110100111101000 | 96a0e9eee54ae9e8 |
EUC-JP | 蔓鴃蕭鳧 | 1100110010100010111100101111000011101001101010111111001011101010 | cca2f2f0e9abf2ea |
UTF-8 | 蔓鴃蕭鳧 | 111010001001010010010011111010011011010010000011111010001001010110101101111010011011001110100111 | e89493e9b483e895ade9b3a7 |
UHC | 蔓?蕭鳧 | 11011000110000000011111111100001110010111101110111000000 | d8c03fe1cbddc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)