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??? | 001111110011111101010000001111110011111100111111 | 3f3f503f3f3f |
SJIS-WIN | 偲痔P篠ヲト | 100011101100001110001110101001000101000010001110110000101010011011000100 | 8ec38ea4508ec2a6c4 |
EUC-JP | 偲痔P篠ヲト | 1011110011000101101111001010011001010000101111001100010010001110101001101000111011000100 | bcc5bca650bcc48ea68ec4 |
UTF-8 | 偲痔P篠ヲト | 11100101100000011011001011100111100101111001010001010000111001111010111110100000111011111011110110100110111011111011111010000100 | e581b2e7979450e7afa0efbda6efbe84 |
UHC | ?痔P篠?? | 0011111111110110110000000101000011100001110001100011111100111111 | 3ff6c050e1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)