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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 治ラミBF | 11110001111000001000111010100001111100101011011111010111110100000100001001000110 | f1e08ea1f2b7d7d04246 |
EUC-JP | ?治?ラミBF | 00111111101111001010001100111111100011101101011110001110110100000100001001000110 | 3fbca33f8ed78ed04246 |
UTF-8 | 治ラミBF | 1110111010000101100110111110011010110010101110111110111010000111101011101110111110111110100101111110111110111110100100000100001001000110 | ee859be6b2bbee87aeefbe97efbe904246 |
UHC | ?治???BF | 0011111111110110101111010011111100111111001111110100001001000110 | 3ff6bd3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)