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 | 壌厲リ叱 | 10001111111010111111101010001110110110001000111010110110 | 8febfa8ed88eb6 |
EUC-JP | 壌厲リ叱 | 101111101110110110001111101101001101000010001110110110001011110010111000 | beed8fb4d08ed8bcb8 |
UTF-8 | 壌厲リ叱 | 111001011010001110001100111001011000111010110010111011111011111010011000111001011000111110110001 | e5a38ce58eb2efbe98e58fb1 |
UHC | ???叱 | 0011111100111111001111111111001011101010 | 3f3f3ff2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)