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 | 治焏悉 | 11110001111000001000111010100001111110110101001110001110101110111111001010110010 | f1e08ea1fb538ebbf2b2 |
EUC-JP | ?治焏悉? | 001111111011110010100011100011111100100111101001101111001011110100111111 | 3fbca38fc9e9bcbd3f |
UTF-8 | 治焏悉 | 111011101000010110011011111001101011001010111011111001111000010010001111111001101000001010001001111011101000011110101001 | ee859be6b2bbe7848fe68289ee87a9 |
UHC | ?治?悉? | 00111111111101101011110100111111111000111111101000111111 | 3ff6bd3fe3fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)