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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 眩疽喊韈 | 1110000110111111111000010111001110011010010111101110100011100111 | e1bfe1739a5ee8e7 |
EUC-JP | 眩疽喊韈 | 1110001011000001111000011101010011010011101111111111000011101001 | e2c1e1d4d3bff0e9 |
UTF-8 | 眩疽喊韈 | 111001111001110010101001111001111001011010111101111001011001011010001010111010011001111110001000 | e79ca9e796bde5968ae99f88 |
UHC | 眩疽喊? | 11111010110111111110111011000101111110011110001000111111 | fadfeec5f9e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)