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 | 丞??? | 1000111111100101001111110011111100111111 | 8fe53f3f3f |
EUC-JP | 丞??? | 1011111011100111001111110011111100111111 | bee73f3f3f |
UTF-8 | 丞룋뗿旅 | 111001001011100010011110111010111010001110001011111010111001011110111111111011111010011010000011 | e4b89eeba38beb97bfefa683 |
UHC | 丞룋뗿旅 | 1110001110101010100011111000101010001011111111101110011010100001 | e3aa8f8a8bfee6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)