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 | ûM©è½ | 111110110100110110101001111010001000111110111101 | fb4da9e88fbd |
SJIS-WIN | ?M???? | 001111110100110100111111001111110011111100111111 | 3f4d3f3f3f3f |
EUC-JP | ûM©è?? | 100011111010101111100101010011011000111110100010111011011000111110101011101100100011111100111111 | 8fabe54d8fa2ed8fabb23f3f |
UTF-8 | ûM©è½ | 1100001110111011010011011100001010101001110000111010100011000010100011111100001010111101 | c3bb4dc2a9c3a8c28fc2bd |
UHC | ?M???½ | 00111111010011010011111100111111001111111010100011110110 | 3f4d3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)