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 | 苜∽▼鐔э就 | 111001001001110010000001111001001000000110100101111010000101110010000100100011111000111101000001 | e49c81e481a5e85c848f8f41 |
EUC-JP | 苜∽▼鐔э就 | 111001111111110010100010111001101010001010100111111011111011110110100111111011111011110110100010 | e7fca2e6a2a7efbda7efbda2 |
UTF-8 | 苜∽▼鐔э就 | 1110100010001011100111001110001010001000101111011110001010010110101111001110100110010000100101001101000110001101111001011011000010110001 | e88b9ce288bde296bce99094d18de5b0b1 |
UHC | ?∽▼?э就 | 00111111101000011110111110100001111001010011111110101100111011111111011010100110 | 3fa1efa1e53faceff6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)