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 | 鋿レ釖 | 1111101111011100110110101110011111011001 | fbdcdae7d9 |
EUC-JP | 鋿レ釖 | 10001111111001001101001010001110110110101110111011011011 | 8fe4d28edaeedb |
UTF-8 | 鋿レ釖 | 111010011000101110111111111011111011111010011010111010011000011110010110 | e98bbfefbe9ae98796 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)