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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 炅オノ炅 | 111110110101000110110101110010011111101101010001 | fb51b5c9fb51 |
EUC-JP | 炅オノ炅 | 10001111110010011100101010001110101101011000111011001001100011111100100111001010 | 8fc9ca8eb58ec98fc9ca |
UTF-8 | 炅オノ炅 | 111001111000001010000101111011111011110110110101111011111011111010001001111001111000001010000101 | e78285efbdb5efbe89e78285 |
UHC | 炅??炅 | 110011001101110100111111001111111100110011011101 | ccdd3f3fccdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)