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 | 鉷叱ー | 11111011110011011000111010110110111100011110011110110000 | fbcd8eb6f1e7b0 |
EUC-JP | 鉷叱?ー | 1000111111100011111100011011110010111000001111111000111010110000 | 8fe3f1bcb83f8eb0 |
UTF-8 | 鉷叱ー | 111010011000100110110111111001011000111110110001111011101000010110100010111011111011110110110000 | e989b7e58fb1ee85a2efbdb0 |
UHC | ?叱?? | 0011111111110010111010100011111100111111 | 3ff2ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)