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 | è²Yè²bE | 11101000101100100101100111101000101100100110001001000101 | e8b259e8b26245 |
SJIS-WIN | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | è?Yè?bE | 1000111110101011101100100011111101011001100011111010101110110010001111110110001001000101 | 8fabb23f598fabb23f6245 |
UTF-8 | è²Yè²bE | 1100001110101000110000101011001001011001110000111010100011000010101100100110001001000101 | c3a8c2b259c3a8c2b26245 |
UHC | ?²Y?²bE | 001111111010100111110111010110010011111110101001111101110110001001000101 | 3fa9f7593fa9f76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)