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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 治カス | 11110000111110001000111010100001111100011110110110110110111100011000111010111101 | f0f88ea1f1edb6f18ebd |
EUC-JP | ?治?カ?ス | 001111111011110010100011001111111000111010110110001111111000111010111101 | 3fbca33f8eb63f8ebd |
UTF-8 | 治カス | 111011101000001010110111111001101011001010111011111011101000010110101000111011111011110110110110111011101000010010001001111011111011110110111101 | ee82b7e6b2bbee85a8efbdb6ee8489efbdbd |
UHC | ?治???? | 00111111111101101011110100111111001111110011111100111111 | 3ff6bd3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)