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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 膠笈オ膠笈オ^ | 1110010001010000100010111000100010110101111001000101000010001011100010001011010101011110 | e4508b88b5e4508b88b55e |
EUC-JP | 膠笈オ膠笈オ^ | 11100111101100011011010111101000100011101011010111100111101100011011010111101000100011101011010101011110 | e7b1b5e88eb5e7b1b5e88eb55e |
UTF-8 | 膠笈オ膠笈オ^ | 11101000100001101010000011100111101011001000100011101111101111011011010111101000100001101010000011100111101011001000100011101111101111011011010101011110 | e886a0e7ac88efbdb5e886a0e7ac88efbdb55e |
UHC | 膠??膠??^ | 110011101110111100111111001111111100111011101111001111110011111101011110 | ceef3f3fceef3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)