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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ偲個篠ョツ | 110000101000111011000011100011001100001010001110110000101010111011000010 | c28ec38cc28ec2aec2 |
EUC-JP | ツ偲個篠ョツ | 100011101100001010111100110001011011100011000100101111001100010010001110101011101000111011000010 | 8ec2bcc5b8c4bcc48eae8ec2 |
UTF-8 | ツ偲個篠ョツ | 111011111011111010000010111001011000000110110010111001011000000010001011111001111010111110100000111011111011110110101110111011111011111010000010 | efbe82e581b2e5808be7afa0efbdaeefbe82 |
UHC | ??個篠?? | 0011111100111111110010111100000111100001110001100011111100111111 | 3f3fcbc1e1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)