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 | ??P?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
SJIS-WIN | 偲痔P篠ヲ | 1000111011000011100011101010010001010000100011101100001010100110 | 8ec38ea4508ec2a6 |
EUC-JP | 偲痔P篠ヲ | 101111001100010110111100101001100101000010111100110001001000111010100110 | bcc5bca650bcc48ea6 |
UTF-8 | 偲痔P篠ヲ | 11100101100000011011001011100111100101111001010001010000111001111010111110100000111011111011110110100110 | e581b2e7979450e7afa0efbda6 |
UHC | ?痔P篠? | 00111111111101101100000001010000111000011100011000111111 | 3ff6c050e1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)