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 | 永??凹? | 10001001011010010011111100111111100010011001101000111111 | 89693f3f899a3f |
EUC-JP | 永??凹? | 10110001110010100011111100111111101100011111101000111111 | b1ca3f3fb1fa3f |
UTF-8 | 永뤹덱凹낷 | 111001101011000010111000111010111010010010111001111010111000110110110001111001011000011110111001111010111000001010110111 | e6b0b8eba4b9eb8db1e587b9eb82b7 |
UHC | 永뤹덱凹낷 | 11100111101101011000111111100111101101011010011011101000111010101000011001001000 | e7b58fe7b5a6e8ea8648 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)