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 | ??報? | 0011111100111111100101011111000100111111 | 3f3f95f13f |
EUC-JP | ??報? | 0011111100111111110010101111001100111111 | 3f3fcaf33f |
UTF-8 | 인뤶報㎱ | 111011001001110110111000111010111010010010110110111001011010000010110001111000111000111010110001 | ec9db8eba4b6e5a0b1e38eb1 |
UHC | 인뤶報㎱ | 1100000011001110100011111110010011011100110000111010011111000000 | c0ce8fe4dcc3a7c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)