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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 璹??璹??^ | 1000111111001100111001110011111100111111100011111100110011100111001111110011111101011110 | 8fcce73f3f8fcce73f3f5e |
UTF-8 | 璹꼪룱璹꼪룱^ | 11100111100100101011100111101010101111001010101011101011101000111011000111100111100100101011100111101010101111001010101011101011101000111011000101011110 | e792b9eabcaaeba3b1e792b9eabcaaeba3b15e |
UHC | 璹꼪룱璹꼪룱^ | 11100010110110111000010010000111100011111010011011100010110110111000010010000111100011111010011001011110 | e2db84878fa6e2db84878fa65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)