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 | 影??穩? | 10001001011001010011111100111111111000100111001000111111 | 89653f3fe2723f |
EUC-JP | 影??穩? | 10110001110001100011111100111111111000111101001100111111 | b1c63f3fe3d33f |
UTF-8 | 影좄나穩뉰 | 111001011011110110110001111011001010001010000100111010111000001010011000111001111010100110101001111010111000100110110000 | e5bdb1eca284eb8298e7a9a9eb89b0 |
UHC | 影좄나穩뉰 | 11100111101011111010000011101000101100111010101011101000101100011000100001000010 | e7afa0e8b3aae8b18842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)