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 | 鞳梧万隱 | 1110100011100011100011001110011010010110100111001110100010101010 | e8e38ce6969ce8aa |
EUC-JP | 鞳梧万隱 | 1111000011100101101110001110100011001011111111001111000010101100 | f0e5b8e8cbfcf0ac |
UTF-8 | 鞳梧万隱 | 111010011001111010110011111001101010001010100111111001001011100010000111111010011001101010110001 | e99eb3e6a2a7e4b887e99ab1 |
UHC | ?梧万隱 | 00111111111001111111110011011000101100101110101111011111 | 3fe7fcd8b2ebdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)