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 | 鏃?提逢?? | 111010000101011000111111100100101111000110001000101001110011111100111111 | e8563f92f188a73f3f |
EUC-JP | 鏃?提逢?? | 111011111011011100111111110001001111001110110000101010010011111100111111 | efb73fc4f3b0a93f3f |
UTF-8 | 鏃렦提逢렰렱 | 111010011000111110000011111010111010000010100110111001101000111110010000111010011000000010100010111010111010000010110000111010111010000010110001 | e98f83eba0a6e68f90e980a2eba0b0eba0b1 |
UHC | 鏃렦提逢렰렱 | 111100001110110010001110101101011111000010101011110111001111000110001110101111011000111010111110 | f0ec8eb5f0abdcf18ebd8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)