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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淼ャ譎唯 | 11111011010001011010110011100110100110011001011101000010 | fb45ace6999742 |
EUC-JP | 淼ャ譎唯 | 100011111100011111100110100011101010110011101011111110011100110110100011 | 8fc7e68eacebf9cda3 |
UTF-8 | 淼ャ譎唯 | 111001101011011110111100111011111011110110101100111010001010110110001110111001011001010010101111 | e6b7bcefbdace8ad8ee594af |
UHC | ??譎唯 | 001111110011111111111101110100101110101011100110 | 3f3ffdd2eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)