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 | 彧。シ彧。シ^ | 111110101011100110100001101111001111101010111001101000011011110001011110 | fab9a1bcfab9a1bc5e |
EUC-JP | 彧。シ彧。シ^ | 100011111011110011111110100011101010000110001110101111001000111110111100111111101000111010100001100011101011110001011110 | 8fbcfe8ea18ebc8fbcfe8ea18ebc5e |
UTF-8 | 彧。シ彧。シ^ | 11100101101111011010011111101111101111011010000111101111101111011011110011100101101111011010011111101111101111011010000111101111101111011011110001011110 | e5bda7efbda1efbdbce5bda7efbda1efbdbc5e |
UHC | 彧??彧??^ | 111010011110111000111111001111111110100111101110001111110011111101011110 | e9ee3f3fe9ee3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)