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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 閭壹Ν笏 | 1110100010000011100110101110001110000011101010111110001010010100 | e8839ae383abe294 |
EUC-JP | 閭壹Ν笏 | 1110111111100011110101001110010110100110101011011110001111110100 | efe3d4e5a6ade3f4 |
UTF-8 | 閭壹Ν笏 | 1110100110010110101011011110010110100011101110011100111010011101111001111010110010001111 | e996ade5a3b9ce9de7ac8f |
UHC | 閭壹Ν笏 | 1101010111101111111011001110110010100101110011011111101111101110 | d5efececa5cdfbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)