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 | 儼??湲 | 100110010101011000111111001111111001111111010001 | 99563f3f9fd1 |
EUC-JP | 儼??湲 | 110100011011011100111111001111111101111011010011 | d1b73f3fded3 |
UTF-8 | 儼볦뒼湲 | 111001011000010010111100111010111011001110100110111010111001001010111100111001101011100110110010 | e584bcebb3a6eb92bce6b9b2 |
UHC | 儼볦뒼湲 | 1110010111110000100100111110110010001010101100101110101010111000 | e5f093ec8ab2eab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)