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 | ??報?功蹇 | 001111110011111110010101111100010011111110001100111101111110011101000000 | 3f3f95f13f8cf7e740 |
EUC-JP | ??報?功蹇 | 001111110011111111001010111100110011111110111000111110011110110110100001 | 3f3fcaf33fb8f9eda1 |
UTF-8 | 인뤶報㎱功蹇 | 111011001001110110111000111010111010010010110110111001011010000010110001111000111000111010110001111001011000101010011111111010001011100110000111 | ec9db8eba4b6e5a0b1e38eb1e58a9fe8b987 |
UHC | 인뤶報㎱功蹇 | 110000001100111010001111111001001101110011000011101001111100000011001101111011011100101111110100 | c0ce8fe4dcc3a7c0cdedcbf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)