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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
SJIS-WIN | 羶°終痺 | 1110001110111101100000011000101110001111010010011110000110000011 | e3bd818b8f49e183 |
EUC-JP | 羶°終痺 | 1110011010111111101000011110101110111101101010101110000111100011 | e6bfa1ebbdaae1e3 |
UTF-8 | 羶°終痺 | 1110011110111110101101101100001010110000111001111011010110000010111001111001011110111010 | e7beb6c2b0e7b582e797ba |
UHC | ?°終痺 | 00111111101000011100011011110000111110111101110111110110 | 3fa1c6f0fbddf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)