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 | 邂停扱 | 111001111010111010010010111000101000100010110101 | e7ae92e288b5 |
EUC-JP | 邂停扱 | 111011101011000011000100111001001011000010110111 | eeb0c4e4b0b7 |
UTF-8 | 邂停扱 | 111010011000001010000010111001011000000110011100111001101000100110110001 | e98282e5819ce689b1 |
UHC | 邂停扱 | 111110101011001111101111110011101101000011100010 | fab3efced0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)