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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 粫手哀 | 111000101110011010001110111010001000100010100011 | e2e68ee888a3 |
EUC-JP | 粫手哀 | 111001001110100010111100111010101011000010100101 | e4e8bceab0a5 |
UTF-8 | 粫手哀 | 111001111011001010101011111001101000100110001011111001011001001110000000 | e7b2abe6898be59380 |
UHC | ?手哀 | 0011111111100010101000101110010011101110 | 3fe2a2e4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)