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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豁手エ域ュ主 | 11100110101011011000111011101000101101001000100011100110101011011000111011100101 | e6ad8ee8b488e6ad8ee5 |
EUC-JP | 豁手エ域ュ主 | 111011001010111110111100111010101000111010110100101100001110100010001110101011011011110011100111 | ecafbcea8eb4b0e88eadbce7 |
UTF-8 | 豁手エ域ュ主 | 111010001011000110000001111001101000100110001011111011111011110110110100111001011001111110011111111011111011110110101101111001001011100010111011 | e8b181e6898befbdb4e59f9fefbdade4b8bb |
UHC | 豁手?域?主 | 11111100110000111110001010100010001111111110011010110100001111111111000110101011 | fcc3e2a23fe6b43ff1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)