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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 筽뜹갇筽뜹갇^ | 11100111101011011011110111101011100111001011100111101010101100001000011111100111101011011011110111101011100111001011100111101010101100001000011101011110 | e7adbdeb9cb9eab087e7adbdeb9cb9eab0875e |
UHC | 筽뜹갇筽뜹갇^ | 11101000101001001011011011100101101100001010010011101000101001001011011011100101101100001010010001011110 | e8a4b6e5b0a4e8a4b6e5b0a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)