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 | 弱??幽? | 10001110111000110011111100111111100101110100100000111111 | 8ee33f3f97483f |
EUC-JP | 弱??幽? | 10111100111001010011111100111111110011011010100100111111 | bce53f3fcda93f |
UTF-8 | 弱뤷컦幽푦 | 111001011011110010110001111010111010010010110111111011001011101110100110111001011011100110111101111011011001000110100110 | e5bcb1eba4b7ecbba6e5b9bded91a6 |
UHC | 弱뤷컦幽푦 | 11100101101100001000111111100101101100001000111111101010111010111011111001110000 | e5b08fe5b08feaebbe70 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)