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 | ??V???? | 00111111001111110101011000111111001111110011111100111111 | 3f3f563f3f3f3f |
SJIS-WIN | テ・Vツ債堋Ъ | 11000011101001010101011011000010100011011100001010011010110000101000010001011011 | c3a556c28dc29ac2845b |
EUC-JP | テ・Vツ債堋Ъ | 10001110110000111000111010100101010101101000111011000010101110101100010011010100110001001010011110111100 | 8ec38ea5568ec2bac4d4c4a7bc |
UTF-8 | テ・Vツ債堋Ъ | 111011111011111010000011111011111011110110100101010101101110111110111110100000101110010110000010101101011110010110100000100010111101000010101010 | efbe83efbda556efbe82e582b5e5a08bd0aa |
UHC | ??V?債?Ъ | 001111110011111101010110001111111111001111110000001111111010110010111100 | 3f3f563ff3f03facbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)