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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顏エ蜀礼゚ | 1110100011111000101101001110010110000110100101111110011111011111 | e8f8b4e58697e7df |
EUC-JP | 顏エ蜀礼゚ | 11110000111110101000111010110100111010011110011011001110111010011000111011011111 | f0fa8eb4e9e6cee98edf |
UTF-8 | 顏エ蜀礼゚ | 111010011010000110001111111011111011110110110100111010001001110010000000111001111010010010111100111011111011111010011111 | e9a18fefbdb4e89c80e7a4bcefbe9f |
UHC | ??蜀?? | 001111110011111111110101101110010011111100111111 | 3f3ff5b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)