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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | レ鯑ソ寬失\ | 1111000010101110110110101110100111000100101111111111101010101010100011101011100001011100 | f0aedae9c4bffaaa8eb85c |
EUC-JP | ?レ鯑ソ?失\ | 0011111110001110110110101111001011000110100011101011111100111111101111001011101001011100 | 3f8edaf2c68ebf3fbcba5c |
UTF-8 | レ鯑ソ寬失\ | 11101110100000011010110111101111101111101001101011101001101011111001000111101111101111011011111111100101101011111010110011100101101001001011000101011100 | ee81adefbe9ae9af91efbdbfe5aface5a4b15c |
UHC | ????寬失\ | 001111110011111100111111001111111100111010110000111000111111011101011100 | 3f3f3f3fceb0e3f75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)