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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 暑?}暑?{^ | 100011111000101100111111011111011000111110001011001111110111101101011110 | 8f8b3f7d8f8b3f7b5e |
EUC-JP | 暑?}暑?{^ | 101111011110101100111111011111011011110111101011001111110111101101011110 | bdeb3f7dbdeb3f7b5e |
UTF-8 | 暑댚}暑댚{^ | 111001101001101010010001111010111000110010011010011111011110011010011010100100011110101110001100100110100111101101011110 | e69a91eb8c9a7de69a91eb8c9a7b5e |
UHC | 暑댚}暑댚{^ | 1101111111110100100010001011111001111101110111111111010010001000101111100111101101011110 | dff488be7ddff488be7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)