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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | シセ菎シィ^ | 10111100101111101110010011000000101111001010100001011110 | bcbee4c0bca85e |
EUC-JP | シセ菎シィ^ | 1000111010111100100011101011111011101000110000101000111010111100100011101010100001011110 | 8ebc8ebee8c28ebc8ea85e |
UTF-8 | シセ菎シィ^ | 11101111101111011011110011101111101111011011111011101000100011111000111011101111101111011011110011101111101111011010100001011110 | efbdbcefbdbee88f8eefbdbcefbda85e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)