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 | 亦??曄 | 100101101001001000111111001111111001111001000000 | 96923f3f9e40 |
EUC-JP | 亦??曄 | 110010111111001000111111001111111101101110100001 | cbf23f3fdba1 |
UTF-8 | 亦밟뇯曄 | 111001001011101010100110111010111011000010011111111010111000011110101111111001101001101110000100 | e4baa6ebb09feb87afe69b84 |
UHC | 亦밟뇯曄 | 1110011010110010101110011110001010000111100101001110011110100101 | e6b2b9e28794e7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)