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 | 渹汐聰磁 | 1111101101000110100011101010110011100011111000001000111010100101 | fb468eace3e08ea5 |
EUC-JP | 渹汐聰磁 | 100011111100011111101110101111001010111011100110111000101011110010100111 | 8fc7eebcaee6e2bca7 |
UTF-8 | 渹汐聰磁 | 111001101011100010111001111001101011000110010000111010001000000110110000111001111010001110000001 | e6b8b9e6b190e881b0e7a381 |
UHC | ?汐聰磁 | 00111111111000001011000111110101110001101110110110111000 | 3fe0b1f5c6edb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)