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 | 鵫痔晶ウ | 11111100010010001000111010100100100011111011101110110011 | fc488ea48fbbb3 |
EUC-JP | 鵫痔晶ウ | 100011111110101111111010101111001010011010111110101111011000111010110011 | 8febfabca6bebd8eb3 |
UTF-8 | 鵫痔晶ウ | 111010011011010110101011111001111001011110010100111001101001100110110110111011111011110110110011 | e9b5abe79794e699b6efbdb3 |
UHC | ?痔晶? | 001111111111011011000000111011111101110000111111 | 3ff6c0efdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)