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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 丹損竪奪@h | 10010010010011111001000110111001100100100100011110010010010001000100000001101000 | 924f91b9924792444068 |
EUC-JP | 丹損竪奪@h | 11000011101100001100001010111011110000111010100011000011101001010100000001101000 | c3b0c2bbc3a8c3a54068 |
UTF-8 | 丹損竪奪@h | 1110010010111000101110011110011010010000100011011110011110101011101010101110010110100101101010100100000001101000 | e4b8b9e6908de7abaae5a5aa4068 |
UHC | 丹損竪奪@h | 11010011101000011110000111011111111000101011010111110111101011000100000001101000 | d3a1e1dfe2b5f7ac4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)