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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | テョツつ讐] | 1100001110101110110000101000001011000010100011110101000101011101 | c3aec282c28f515d |
EUC-JP | テョツつ讐] | 1000111011000011100011101010111010001110110000101010010011000100101111011011001001011101 | 8ec38eae8ec2a4c4bdb25d |
UTF-8 | テョツつ讐] | 11101111101111101000001111101111101111011010111011101111101111101000001011100011100000011010010011101000101011101001000001011101 | efbe83efbdaeefbe82e381a4e8ae905d |
UHC | ???つ讐] | 0011111100111111001111111010101011000100111000101100001001011101 | 3f3f3faac4e2c25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)