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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 治肄ヨ | 11110000101000111000111010100001111000111110010111010110 | f0a38ea1e3e5d6 |
EUC-JP | ?治肄ヨ | 00111111101111001010001111100110111001111000111011010110 | 3fbca3e6e78ed6 |
UTF-8 | 治肄ヨ | 111011101000000110100010111001101011001010111011111010001000001010000100111011111011111010010110 | ee81a2e6b2bbe88284efbe96 |
UHC | ?治肄? | 001111111111011010111101111011001011110100111111 | 3ff6bdecbd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)