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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 壌厲ヨ偲照 | 100011111110101111111010100011101101011010001110110000111000111111000110 | 8febfa8ed68ec38fc6 |
EUC-JP | 壌厲ヨ偲照 | 1011111011101101100011111011010011010000100011101101011010111100110001011011111011001000 | beed8fb4d08ed6bcc5bec8 |
UTF-8 | 壌厲ヨ偲照 | 111001011010001110001100111001011000111010110010111011111011111010010110111001011000000110110010111001111000010110100111 | e5a38ce58eb2efbe96e581b2e785a7 |
UHC | ????照 | 001111110011111100111111001111111111000011001110 | 3f3f3f3ff0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)