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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 凋?氷財?@h | 10010010100111000011111110010101010110001000110111100000001111110100000001101000 | 929c3f95588de03f4068 |
EUC-JP | 凋?氷財?@h | 11000011111111000011111111001001101110011011101011100010001111110100000001101000 | c3fc3fc9b9bae23f4068 |
UTF-8 | 凋양氷財쳰@h | 1110010110000111100010111110110010010110100100011110011010110000101101111110100010110010101000011110110010110011101100000100000001101000 | e5878bec9691e6b0b7e8b2a1ecb3b04068 |
UHC | 凋양氷財쳰@h | 111100001011110110111110111001111101111010111100111011101010111111000011110010000100000001101000 | f0bdbee7debceeafc3c84068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)