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 | 傲??撓▼? | 100110001111110000111111001111111001110110011010100000011010010100111111 | 98fc3f3f9d9a81a53f |
EUC-JP | 傲??撓▼? | 110100001111111000111111001111111101100111111010101000101010011100111111 | d0fe3f3fd9faa2a73f |
UTF-8 | 傲됵쉿撓▼퉶 | 111001011000001010110010111010111001000010110101111011001000100110111111111001101001001010010011111000101001011010111100111011011000100110110110 | e582b2eb90b5ec89bfe69293e296bced89b6 |
UHC | 傲됵쉿撓▼퉶 | 111001111110110010001001111011111011110110110010111010001111010110100001111001011011100110001110 | e7ec89efbdb2e8f5a1e5b98e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)