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 | 貉ソ闃晉明闊 | 1110011010111001101111111110100010001010100111011110011110010110101111101110100010001000 | e6b9bfe88a9de796bee888 |
EUC-JP | 貉ソ闃晉明闊 | 111011001011101110001110101111111110111111101010110110101110100111001100110000001110111111101000 | ecbb8ebfefeadae9ccc0efe8 |
UTF-8 | 貉ソ闃晉明闊 | 111010001011001010001001111011111011110110111111111010011001011110000011111001101001100110001001111001101001100010001110111010011001011110001010 | e8b289efbdbfe99783e69989e6988ee9978a |
UHC | ???晉明闊 | 001111110011111100111111111100101100101111011001101001011111110011000100 | 3f3f3ff2cbd9a5fcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)