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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蛹咥悋蛹咥悋^ | 11100101100011001001100111111000100111001010010111100101100011001001100111111000100111001010010101011110 | e58c99f89ca5e58c99f89ca55e |
EUC-JP | 蛹咥悋蛹咥悋^ | 11101001111011001101001011111010110110001010011111101001111011001101001011111010110110001010011101011110 | e9ecd2fad8a7e9ecd2fad8a75e |
UTF-8 | 蛹咥悋蛹咥悋^ | 11101000100110111011100111100101100100101010010111100110100000101000101111101000100110111011100111100101100100101010010111100110100000101000101101011110 | e89bb9e592a5e6828be89bb9e592a5e6828b5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)