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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 銹途}銹途{^ | 1110011111110110100100110111001001111101111001111111011010010011011100100111101101011110 | e7f693727de7f693727b5e |
EUC-JP | 銹途}銹途{^ | 1110111011111000110001011101001101111101111011101111100011000101110100110111101101011110 | eef8c5d37deef8c5d37b5e |
UTF-8 | 銹途}銹途{^ | 111010011000101010111001111010011000000010010100011111011110100110001010101110011110100110000000100101000111101101011110 | e98ab9e980947de98ab9e980947b5e |
UHC | 銹途}銹途{^ | 1110001011001000110101001011001001111101111000101100100011010100101100100111101101011110 | e2c8d4b27de2c8d4b27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)