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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 潟性潟性^ | 100010101000001110010000101010111000101010000011100100001010101101011110 | 8a8390ab8a8390ab5e |
EUC-JP | 潟性潟性^ | 101100111110001111000000101011011011001111100011110000001010110101011110 | b3e3c0adb3e3c0ad5e |
UTF-8 | 潟性潟性^ | 11100110101111011001111111100110100000001010011111100110101111011001111111100110100000001010011101011110 | e6bd9fe680a7e6bd9fe680a75e |
UHC | 潟性潟性^ | 111000001011001111100000111101011110000010110011111000001111010101011110 | e0b3e0f5e0b3e0f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)