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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??擇 | 00111111001111111001110110100010 | 3f3f9da2 |
EUC-JP | ??擇 | 00111111001111111101101010100100 | 3f3fdaa4 |
UTF-8 | 뤞뽈擇 | 111010111010010010011110111010111011110110001000111001101001001110000111 | eba49eebbd88e69387 |
UHC | 뤞뽈擇 | 100011111100110110111011110010101111011111001001 | 8fcdbbcaf7c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)