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 | 倖江駭?浩? | 10001100111101001000110101011101111010010110111000111111100011010101111100111111 | 8cf48d5de96e3f8d5f3f |
EUC-JP | 倖江駭?浩? | 10111000111101101011100110111110111100011100111100111111101110011100000000111111 | b8f6b9bef1cf3fb9c03f |
UTF-8 | 倖江駭렱浩렔 | 111001011000000010010110111001101011000110011111111010011010011110101101111010111010000010110001111001101011010110101001111010111010000010010100 | e58096e6b19fe9a7adeba0b1e6b5a9eba094 |
UHC | 倖江駭렱浩렔 | 111110101011100011001011101100001111101010110100100011101011111011111011110001111000111010101001 | fab8cbb0fab48ebefbc78ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)