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 | 癲??艤η? | 111000011001111100111111001111111110010001111110100000111100010100111111 | e19f3f3fe47e83c53f |
EUC-JP | 癲??艤η? | 111000101010000100111111001111111110011111011111101001101100011100111111 | e2a13f3fe7dfa6c73f |
UTF-8 | 癲뗪퉭艤η뙴 | 1110011110011001101100101110101110010111101010101110110110001001101011011110100010001001101001001100111010110111111010111001100110110100 | e799b2eb97aaed89ade889a4ceb7eb99b4 |
UHC | 癲뗪퉭艤η뙴 | 111011111010011010001011111010101011100110000101111010111111101010100101111001111000110010110111 | efa68beab985ebfaa5e78cb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)