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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 亦??愿?ⅱ | 100101101001001000111111001111111001110011000011001111111111101001000001 | 96923f3f9cc33ffa41 |
EUC-JP | 亦??愿?? | 1100101111110010001111110011111111011000110001010011111100111111 | cbf23f3fd8c53f3f |
UTF-8 | 亦껋쉳愿뚧ⅱ | 111001001011101010100110111010101011101110001011111011001000100110110011111001101000010010111111111010111001101010100111111000101000010110110001 | e4baa6eabb8bec89b3e684bfeb9aa7e285b1 |
UHC | 亦껋쉳愿뚧ⅱ | 111001101011001010000011111011001001101010001010111010101011010010001100111001101010010110100010 | e6b283ec9a8aeab48ce6a5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)