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 | ???筌↓? | 0011111100111111001111111110001010100011100000011010101100111111 | 3f3f3fe2a381ab3f |
EUC-JP | ???筌↓? | 0011111100111111001111111110010010100101101000101010110100111111 | 3f3f3fe4a5a2ad3f |
UTF-8 | 醴븍젻筌↓넲 | 111011111010011010110111111010111011100010001101111011001010000010111011111001111010110110001100111000101000011010010011111010111000010010110010 | efa6b7ebb88deca0bbe7ad8ce28693eb84b2 |
UHC | 醴븍젻筌↓넲 | 111001111110010010111010111010111010000010101110111011111010011110100001111010011000011010110001 | e7e4baeba0aeefa7a1e986b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)