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 | 治﨑悉 | 11110001111000001000111010100001111110101011000110001110101110111111001010110010 | f1e08ea1fab18ebbf2b2 |
EUC-JP | ?治?悉? | 00111111101111001010001100111111101111001011110100111111 | 3fbca33fbcbd3f |
UTF-8 | 治﨑悉 | 111011101000010110011011111001101011001010111011111011111010100010010001111001101000001010001001111011101000011110101001 | ee859be6b2bbefa891e68289ee87a9 |
UHC | ?治?悉? | 00111111111101101011110100111111111000111111101000111111 | 3ff6bd3fe3fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)