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 | ?纜?? | 0011111111100011100111000011111100111111 | 3fe39c3f3f |
EUC-JP | ?纜?? | 0011111111100101111111000011111100111111 | 3fe5fc3f3f |
UTF-8 | 렺纜렺온 | 111010111010000010111010111001111011101010011100111010111010000010111010111011001001100010101000 | eba0bae7ba9ceba0baec98a8 |
UHC | 렺纜렺온 | 1000111011000010110101011011111110001110110000101011111111000010 | 8ec2d5bf8ec2bfc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)