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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
EUC-JP | ?莘???\ | 0011111110001111110110001010101100111111001111110011111101011100 | 3f8fd8ab3f3f3f5c |
UTF-8 | 렱莘롕셀섞\ | 11101011101000001011000111101000100011101001100011101011101000011001010111101100100001011000000011101100100001001001111001011100 | eba0b1e88e98eba195ec8580ec849e5c |
UHC | 렱莘롕셀섞\ | 1000111010111110111000111110111010001110110110011011110010111111101111001010111101011100 | 8ebee3ee8ed9bcbfbcaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)