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 | ?????Z | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
SJIS-WIN | ツ淌ウテァZ | 11000010100111111100001110110011110000111010011101011010 | c29fc3b3c3a75a |
EUC-JP | ツ淌ウテァZ | 1000111011000010110111101100010110001110101100111000111011000011100011101010011101011010 | 8ec2dec58eb38ec38ea75a |
UTF-8 | ツ淌ウテァZ | 11101111101111101000001011100110101101111000110011101111101111011011001111101111101111101000001111101111101111011010011101011010 | efbe82e6b78cefbdb3efbe83efbda75a |
UHC | ?????Z | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)