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 | 隹治爾 | 1110100010110000100011101010000111110000101101001000111010100010 | e8b08ea1f0b48ea2 |
EUC-JP | 隹治?爾 | 11110000101100101011110010100011001111111011110010100100 | f0b2bca33fbca4 |
UTF-8 | 隹治爾 | 111010011001101010111001111001101011001010111011111011101000000110110011111001111000100010111110 | e99ab9e6b2bbee81b3e788be |
UHC | ?治?爾 | 001111111111011010111101001111111110110010110011 | 3ff6bd3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)