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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 餘??蚓?? | 1110100101010000001111110011111111100101011011010011111100111111 | e9503f3fe56d3f3f |
EUC-JP | 餘??蚓?? | 1111000110110001001111110011111111101001110011100011111100111111 | f1b13f3fe9ce3f3f |
UTF-8 | 餘껋늽蚓껅쾮 | 111010011010010010011000111010101011101110001011111010111000101010111101111010001001101010010011111010101011101110000101111011001011111010101110 | e9a498eabb8beb8abde89a93eabb85ecbeae |
UHC | 餘껋늽蚓껅쾮 | 111001101010111010000011111011001000100010000110111011001110001010000011111001101011001010000101 | e6ae83ec8886ece283e6b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)