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 | ??娠 | 00111111001111111001000001010000 | 3f3f9050 |
EUC-JP | ??娠 | 00111111001111111011111110110001 | 3f3fbfb1 |
UTF-8 | 뤵캀娠 | 111010111010010010110101111011001011101010000000111001011010100010100000 | eba4b5ecba80e5a8a0 |
UHC | 뤵캀娠 | 100011111110001110101111100011111110001111100011 | 8fe3af8fe3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)