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 | 映с?釗h? | 10001001011001101000010010000011001111111111101110111011100000101000100000111111 | 896684833ffbbb82883f |
EUC-JP | 映с?釗h? | 1011000111000111101001111110001100111111100011111110001110100110101000111110100000111111 | b1c7a7e33f8fe3a6a3e83f |
UTF-8 | 映с꺂釗h퇎 | 1110011010011000101000001101000110000001111010101011101010000010111010011000011110010111111011111011110110001000111011011000011110001110 | e698a0d181eaba82e98797efbd88ed878e |
UHC | 映с꺂釗h퇎 | 111001111011000110101100111000111000001110101011111000011111001010100011111010001011011110011111 | e7b1ace383abe1f2a3e8b79f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)