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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 族?弔棒 | 10010001101100000011111110010010101000101001011001011111 | 91b03f92a2965f |
EUC-JP | 族?弔棒 | 11000010101100100011111111000100101001001100101111000000 | c2b23fc4a4cbc0 |
UTF-8 | 族렪弔棒 | 111001101001011110001111111010111010000010101010111001011011110010010100111001101010001110010010 | e6978feba0aae5bc94e6a392 |
UHC | 族렪弔棒 | 1111000011101001100011101011100011110000110000001101110011101010 | f0e98eb8f0c0dcea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)