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 | 達賊嘆袖 | 1001001001000010100100011010111110010010010100011001000110110011 | 924291af925191b3 |
EUC-JP | 達賊嘆袖 | 1100001110100011110000101011000111000011101100101100001010110101 | c3a3c2b1c3b2c2b5 |
UTF-8 | 達賊嘆袖 | 111010011000000110010100111010001011001110001010111001011001100010000110111010001010001010010110 | e98194e8b38ae59886e8a296 |
UHC | 達賊嘆袖 | 1101001110111001111011101110010011110111101000111110001011000000 | d3b9eee4f7a3e2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)