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 | 髻イ逵ゥ迯コ | 111010011001111110110010111001111001110010101001111001111000110110111010 | e99fb2e79ca9e78dba |
EUC-JP | 髻イ逵ゥ迯コ | 111100101010000110001110101100101110110111111100100011101010100111101101111011011000111010111010 | f2a18eb2edfc8ea9eded8eba |
UTF-8 | 髻イ逵ゥ迯コ | 111010011010101110111011111011111011110110110010111010011000000010110101111011111011110110101001111010001011111110101111111011111011110110111010 | e9abbbefbdb2e980b5efbda9e8bfafefbdba |
UHC | ??逵??? | 00111111001111111101000010110000001111110011111100111111 | 3f3fd0b03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)