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 | 濡???ル | 10010100010001110011111100111111001111111000001110001011 | 94473f3f3f838b |
EUC-JP | 濡???ル | 11000111101010000011111100111111001111111010010111101011 | c7a83f3f3fa5eb |
UTF-8 | 濡뤿죺溜ル | 111001101011111110100001111010111010010010111111111011001010001110111010111011111010011110001011111000111000001110101011 | e6bfa1eba4bfeca3baefa78be383ab |
UHC | 濡뤿죺溜ル | 11101011101000011000111111101011101000011001010011101010111111101010101111101011 | eba18feba194eafeabeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)