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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 趺∫〟^ | 11100110111001011000000111100111100001111000000101011110 | e6e581e787815e |
EUC-JP | 趺∫?^ | 111011001110011110100010111010010011111101011110 | ece7a2e93f5e |
UTF-8 | 趺∫〟^ | 11101000101101101011101011100010100010001010101111100011100000001001111101011110 | e8b6bae288abe3809f5e |
UHC | 趺∫?^ | 110111011011101010100001111100100011111101011110 | ddbaa1f23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)