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 | 燿??豫 | 111000001010000000111111001111111001100010101100 | e0a03f3f98ac |
EUC-JP | 燿??豫 | 111000001010001000111111001111111101000010101110 | e0a23f3fd0ae |
UTF-8 | 燿쒏눟豫 | 111001111000011110111111111011001001001010001111111010111000100010011111111010001011000110101011 | e787bfec928feb889fe8b1ab |
UHC | 燿쒏눟豫 | 1110100011111100100111001110011010000111101101111110011111100011 | e8fc9ce687b7e7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)