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 | ??匿 | 00111111001111111001001110111101 | 3f3f93bd |
EUC-JP | ??匿 | 00111111001111111100011010111111 | 3f3fc6bf |
UTF-8 | 뤵칿匿 | 111010111010010010110101111011001011100110111111111001011000110010111111 | eba4b5ecb9bfe58cbf |
UHC | 뤵칿匿 | 100011111110001110101111100011101101001011111011 | 8fe3af8ed2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)