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 | 繒?只???\ | 111110111000111100111111100100011111110000111111001111110011111101011100 | fb8f3f91fc3f3f3f5c |
EUC-JP | 繒?只???\ | 10001111110101001101010000111111110000101111111000111111001111110011111101011100 | 8fd4d43fc2fe3f3f3f5c |
UTF-8 | 繒렰只렑狀렢\ | 11100111101110011001001011101011101000001011000011100101100011111010101011101011101000001001000111101111101001111011101011101011101000001010001001011100 | e7b992eba0b0e58faaeba091efa7baeba0a25c |
UHC | 繒렰只렑狀렢\ | 11110001111110011000111010111101111100011111111010001110101001101110110111101110100011101011001101011100 | f1f98ebdf1fe8ea6edee8eb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)