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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鈞帛サコ粃セB | 11100111111000001001101111100101101110111011101011100010111000011011111001000010 | e7e09be5bbbae2e1be42 |
EUC-JP | 鈞帛サコ粃セB | 11101110111000101101011011100111100011101011101110001110101110101110010011100011100011101011111001000010 | eee2d6e78ebb8ebae4e38ebe42 |
UTF-8 | 鈞帛サコ粃セB | 11101001100010001001111011100101101110001001101111101111101111011011101111101111101111011011101011100111101100101000001111101111101111011011111001000010 | e9889ee5b89befbdbbefbdbae7b283efbdbe42 |
UHC | 鈞帛??粃?B | 11010000101101111101101111011001001111110011111111011101111110110011111101000010 | d0b7dbd93f3fddfb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)