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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 偲自篠コト湿B | 1000111011000011100011101010100110001110110000101011101011000100100011101011110001000010 | 8ec38ea98ec2bac48ebc42 |
EUC-JP | 偲自篠コト湿B | 10111100110001011011110010101011101111001100010010001110101110101000111011000100101111001011111001000010 | bcc5bcabbcc48eba8ec4bcbe42 |
UTF-8 | 偲自篠コト湿B | 11100101100000011011001011101000100001111010101011100111101011111010000011101111101111011011101011101111101111101000010011100110101110011011111101000010 | e581b2e887aae7afa0efbdbaefbe84e6b9bf42 |
UHC | ?自篠???B | 001111111110110110111011111000011100011000111111001111110011111101000010 | 3fedbbe1c63f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)