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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 祥コ韵棏コ頏^ | 1000111111001011101110101110100011101111111110101110011110111010111010001111000001011110 | 8fcbbae8effae7bae8f05e |
EUC-JP | 祥コ韵棏コ頏^ | 1011111011001101100011101011101011110000111100011000111111000011111111101000111010111010111100001111001001011110 | becd8ebaf0f18fc3fe8ebaf0f25e |
UTF-8 | 祥コ韵棏コ頏^ | 11100111101001011010010111101111101111011011101011101001100111111011010111100110101000111000111111101111101111011011101011101001101000001000111101011110 | e7a5a5efbdbae99fb5e6a38fefbdbae9a08f5e |
UHC | 祥?????^ | 1101111111010100001111110011111100111111001111110011111101011110 | dfd43f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)