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 | 莉ょ┏瘍 | 1110010010111011100000101110010110000100101011001110000110000111 | e4bb82e584ace187 |
EUC-JP | 莉ょ┏瘍 | 1110100010111101101001001110011110101000101011101110000111100111 | e8bda4e7a8aee1e7 |
UTF-8 | 莉ょ┏瘍 | 111010001000111010001001111000111000001010000111111000101001010010001111111001111001100010001101 | e88e89e38287e2948fe7988d |
UHC | 莉ょ┏瘍 | 1101011111101001101010101110011110100110101011101110010111001011 | d7e9aae7a6aee5cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)