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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嘆旦丹則促 | 10010010010100011001001001010101100100100100111110010001101001011001000110100011 | 92519255924f91a591a3 |
EUC-JP | 嘆旦丹則促 | 11000011101100101100001110110110110000111011000011000010101001111100001010100101 | c3b2c3b6c3b0c2a7c2a5 |
UTF-8 | 嘆旦丹則促 | 111001011001100010000110111001101001011110100110111001001011100010111001111001011000100110000111111001001011111110000011 | e59886e697a6e4b8b9e58987e4bf83 |
UHC | 嘆旦丹則促 | 11110111101000111101001110101001110100111010000111110110110011101111010110110101 | f7a3d3a9d3a1f6cef5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)