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 | ??指 | 00111111001111111000111001110111 | 3f3f8e77 |
EUC-JP | ??指 | 00111111001111111011101111011000 | 3f3fbbd8 |
UTF-8 | 롖롗指 | 111010111010000110010110111010111010000110010111111001101000110010000111 | eba196eba197e68c87 |
UHC | 롖롗指 | 100011101101101010001110110110111111001010100110 | 8eda8edbf2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)