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 | 疇鴣疇稟 | 1110000101100101111010011111001111100001011001011110001001100111 | e165e9f3e165e267 |
EUC-JP | 疇鴣疇稟 | 1110000111000110111100101111010111100001110001101110001111001000 | e1c6f2f5e1c6e3c8 |
UTF-8 | 疇鴣疇稟 | 111001111001011010000111111010011011010010100011111001111001011010000111111001111010100010011111 | e79687e9b4a3e79687e7a89f |
UHC | 疇?疇稟 | 11110001110000100011111111110001110000101111100110100010 | f1c23ff1c2f9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)