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 | シ眄ケ濵酌貍 | 10111100111000011011111010111001111110110100110110001110110111101110011010111100 | bce1beb9fb4d8edee6bc |
EUC-JP | シ眄ケ濵酌貍 | 10001110101111001110001011000000100011101011100110001111110010011010011010111100111000001110110010111110 | 8ebce2c08eb98fc9a6bce0ecbe |
UTF-8 | シ眄ケ濵酌貍 | 111011111011110110111100111001111001110010000100111011111011110110111001111001101011111110110101111010011000010110001100111010001011001010001101 | efbdbce79c84efbdb9e6bfb5e9858ce8b28d |
UHC | ?眄??酌? | 0011111111011000111110000011111100111111111011011100110000111111 | 3fd8f83f3fedcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)