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 | 狸探但嘆贈 | 10010010010010111001001001010100100100100100000110010010010100011001000110100001 | 924b92549241925191a1 |
EUC-JP | 狸探但嘆贈 | 11000011101011001100001110110101110000111010001011000011101100101100001010100011 | c3acc3b5c3a2c3b2c2a3 |
UTF-8 | 狸探但嘆贈 | 111001111000101110111000111001101000111010100010111001001011110110000110111001011001100010000110111010001011010010001000 | e78bb8e68ea2e4bd86e59886e8b488 |
UHC | 狸探但嘆贈 | 11010111111000011111011110101110110100111010001111110111101000111111000111111100 | d7e1f7aed3a3f7a3f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)