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 | ?胚?拷 | 001111111110001111110011001111111000110110001001 | 3fe3f33f8d89 |
EUC-JP | ?胚?拷 | 001111111110011011110101001111111011100111101001 | 3fe6f53fb9e9 |
UTF-8 | 렺胚렺拷 | 111010111010000010111010111010001000001110011010111010111010000010111010111001101000101110110111 | eba0bae8839aeba0bae68bb7 |
UHC | 렺胚렺拷 | 1000111011000010110110111100111110001110110000101100110110111000 | 8ec2dbcf8ec2cdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)