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 | 撓?ⅱ葯? | 1001110110011010001111111111101001000001111001001101111000111111 | 9d9a3ffa41e4de3f |
EUC-JP | 撓??葯? | 11011001111110100011111100111111111010001110000000111111 | d9fa3f3fe8e03f |
UTF-8 | 撓쒏ⅱ葯쯆 | 111001101001001010010011111011001001001010001111111000101000010110110001111010001001000110101111111011001010111110000110 | e69293ec928fe285b1e891afecaf86 |
UHC | 撓쒏ⅱ葯쯆 | 11101000111101011001110011100110101001011010001011100101101101011010100101000010 | e8f59ce6a5a2e5b5a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)