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 | 陂喜囁峵 | 1110100010011000100010101110110010011010100100011111101010101110 | e8988aec9a91faae |
EUC-JP | 陂喜囁? | 11101111111110001011010011101110110100111111000100111111 | eff8b4eed3f13f |
UTF-8 | 陂喜囁峵 | 111010011001100110000010111001011001011010011100111001011001101110000001111001011011001110110101 | e99982e5969ce59b81e5b3b5 |
UHC | 陂喜?? | 111110011010111011111101111011000011111100111111 | f9aefdec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)