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 | シ眄イ菴 | 101111001110000110111110101100101110010010111101 | bce1beb2e4bd |
EUC-JP | シ眄イ菴 | 1000111010111100111000101100000010001110101100101110100010111111 | 8ebce2c08eb2e8bf |
UTF-8 | シ眄イ菴 | 111011111011110110111100111001111001110010000100111011111011110110110010111010001000111110110100 | efbdbce79c84efbdb2e88fb4 |
UHC | ?眄?菴 | 001111111101100011111000001111111110010011100000 | 3fd8f83fe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)