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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闔企囂菫ョ | 111010001000111010001010111010011001101010001111111001001011111110101110 | e88e8ae99a8fe4bfae |
EUC-JP | 闔企囂菫ョ | 11101111111011101011010011101011110100111110111111101000110000011000111010101110 | efeeb4ebd3efe8c18eae |
UTF-8 | 闔企囂菫ョ | 111010011001011110010100111001001011110010000001111001011001101110000010111010001000111110101011111011111011110110101110 | e99794e4bc81e59b82e88fabefbdae |
UHC | 闔企?菫? | 1111100111101111110100001110101000111111110100001100101100111111 | f9efd0ea3fd0cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)