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 | 瀚啣}瀚啣{^ | 1110000001101010100110100101000101111101111000000110101010011010010100010111101101011110 | e06a9a517de06a9a517b5e |
EUC-JP | 瀚啣}瀚啣{^ | 1101111111001011110100111011001001111101110111111100101111010011101100100111101101011110 | dfcbd3b27ddfcbd3b27b5e |
UTF-8 | 瀚啣}瀚啣{^ | 111001111000000010011010111001011001010110100011011111011110011110000000100110101110010110010101101000110111101101011110 | e7809ae595a37de7809ae595a37b5e |
UHC | 瀚啣}瀚啣{^ | 1111100111010101111110011110000101111101111110011101010111111001111000010111101101011110 | f9d5f9e17df9d5f9e17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)