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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 甑??頭笠^ | 100011011001100100111111001111111001001110101010100010100111110101011110 | 8d993f3f93aa8a7d5e |
EUC-JP | 甑?瑗頭笠^ | 1011100111111001001111111000111111001100110000001100011010101100101100111101111001011110 | b9f93f8fccc0c6acb3de5e |
UTF-8 | 甑렋瑗頭笠^ | 11100111100101001001000111101011101000001000101111100111100100011001011111101001101000001010110111100111101011001010000001011110 | e79491eba08be79197e9a0ade7aca05e |
UHC | 甑렋瑗頭笠^ | 1111000111110111100011101010001011101010101111001101010011101001110110001010001001011110 | f1f78ea2eabcd4e9d8a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)