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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 担促村他B | 100100100101001110010001101000111001000110111010100100011011110001000010 | 925391a391ba91bc42 |
EUC-JP | 担促村他B | 110000111011010011000010101001011100001010111100110000101011111001000010 | c3b4c2a5c2bcc2be42 |
UTF-8 | 担促村他B | 11100110100010111000010111100100101111111000001111100110100111011001000111100100101110111001011001000010 | e68b85e4bf83e69d91e4bb9642 |
UHC | ?促村他B | 0011111111110101101101011111010110111101111101101110001001000010 | 3ff5b5f5bdf6e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)