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 | 蝓腫※閼ッ | 111001011001111110001110111011101000000110100110111010001000010010101111 | e59f8eee81a6e884af |
EUC-JP | 蝓腫※閼ッ | 11101010101000011011110011110000101000101010100011101111111001001000111010101111 | eaa1bcf0a2a8efe48eaf |
UTF-8 | 蝓腫※閼ッ | 111010001001110110010011111010001000010110101011111000101000000010111011111010011001011010111100111011111011110110101111 | e89d93e885abe280bbe996bcefbdaf |
UHC | ?腫※閼? | 0011111111110000111111101010000111011000111001001101100100111111 | 3ff0fea1d8e4d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)