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 | ?????~[ | 00111111001111110011111100111111001111110111111001011011 | 3f3f3f3f3f7e5b |
SJIS-WIN | 篠モュ偲治~[ | 10001110110000101101001110101101100011101100001110001110101000010111111001011011 | 8ec2d3ad8ec38ea17e5b |
EUC-JP | 篠モュ偲治~[ | 101111001100010010001110110100111000111010101101101111001100010110111100101000110111111001011011 | bcc48ed38eadbcc5bca37e5b |
UTF-8 | 篠モュ偲治~[ | 1110011110101111101000001110111110111110100100111110111110111101101011011110010110000001101100101110011010110010101110110111111001011011 | e7afa0efbe93efbdade581b2e6b2bb7e5b |
UHC | 篠???治~[ | 111000011100011000111111001111110011111111110110101111010111111001011011 | e1c63f3f3ff6bd7e5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)