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 | 凋祀?哀 | 10010010100111001110001001001010001111111000100010100011 | 929ce24a3f88a3 |
EUC-JP | 凋祀?哀 | 11000011111111001110001110101011001111111011000010100101 | c3fce3ab3fb0a5 |
UTF-8 | 凋祀섐哀 | 111001011000011110001011111001111010010110000000111011001000010010010000111001011001001110000000 | e5878be7a580ec8490e59380 |
UHC | 凋祀섐哀 | 1111000010111101110111101110010110111100101010111110010011101110 | f0bddee5bcabe4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)