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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | シ眄イ蠕 | 101111001110000110111110101100101110010110111110 | bce1beb2e5be |
EUC-JP | シ眄イ蠕 | 1000111010111100111000101100000010001110101100101110101011000000 | 8ebce2c08eb2eac0 |
UTF-8 | シ眄イ蠕 | 111011111011110110111100111001111001110010000100111011111011110110110010111010001010000010010101 | efbdbce79c84efbdb2e8a095 |
UHC | ?眄?? | 0011111111011000111110000011111100111111 | 3fd8f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)