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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | 驩具スシU | 11101001100010011000101111101111101111011011110001010101 | e9898befbdbc55 |
EUC-JP | 驩具スシU | 111100011110100110110110111100011000111010111101100011101011110001010101 | f1e9b6f18ebd8ebc55 |
UTF-8 | 驩具スシU | 11101001101010011010100111100101100001011011011111101111101111011011110111101111101111011011110001010101 | e9a9a9e585b7efbdbdefbdbc55 |
UHC | 驩具??U | 11111100101111101100111011111101001111110011111101010101 | fcbecefd3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)