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 | 肅ル秋襞 | 1110001111100111100000111000101110001111010010001110010111111100 | e3e7838b8f48e5fc |
EUC-JP | 肅ル秋襞 | 1110011011101001101001011110101110111101101010011110101011111110 | e6e9a5ebbda9eafe |
UTF-8 | 肅ル秋襞 | 111010001000001010000101111000111000001110101011111001111010011110001011111010001010010110011110 | e88285e383abe7a78be8a59e |
UHC | 肅ル秋? | 11100010110111001010101111101011111101011101010100111111 | e2dcabebf5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)